mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -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,
|
url=REPO_URL,
|
||||||
project_urls=PROJECT_URLS,
|
project_urls=PROJECT_URLS,
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
|
setup_requires=[
|
||||||
|
"wheel",
|
||||||
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"requests==2.24.0",
|
"requests==2.24.0",
|
||||||
"atomicwrites==1.4.0",
|
"atomicwrites==1.4.0",
|
||||||
|
@ -67,7 +70,6 @@ setuptools.setup(
|
||||||
extras_require={
|
extras_require={
|
||||||
'dev': [
|
'dev': [
|
||||||
"setuptools",
|
"setuptools",
|
||||||
"wheel",
|
|
||||||
"twine",
|
"twine",
|
||||||
"flake8",
|
"flake8",
|
||||||
"ipdb",
|
"ipdb",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue