mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
fix: Move wheel in setup.py to avoid wheel building issue
This commit is contained in:
parent
7d4738a674
commit
c8638537e3
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -44,6 +44,9 @@ setuptools.setup(
|
|||
url=REPO_URL,
|
||||
project_urls=PROJECT_URLS,
|
||||
python_requires=">=3.7",
|
||||
setup_requires=[
|
||||
"wheel",
|
||||
],
|
||||
install_requires=[
|
||||
"requests==2.24.0",
|
||||
"atomicwrites==1.4.0",
|
||||
|
@ -67,7 +70,6 @@ setuptools.setup(
|
|||
extras_require={
|
||||
'dev': [
|
||||
"setuptools",
|
||||
"wheel",
|
||||
"twine",
|
||||
"flake8",
|
||||
"ipdb",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue