mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 13:52:30 +02:00
fix: Move wheel in setup.py to avoid wheel building issue
This commit is contained in:
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",
|
||||||
|
Reference in New Issue
Block a user