mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-21 05:41:54 +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,
|
||||
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",
|
||||
|
Reference in New Issue
Block a user