Skip to content

Commit

Permalink
Remove deprecated/unused args from setup.py (#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrymanoim authored Jan 31, 2024
1 parent b823069 commit 04e8835
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def get_version():
[console_scripts]
datasette=datasette.cli:cli
""",
setup_requires=["pytest-runner"],
extras_require={
"docs": [
"Sphinx==7.2.6",
Expand All @@ -93,7 +92,6 @@ def get_version():
],
"rich": ["rich"],
},
tests_require=["datasette[test]"],
classifiers=[
"Development Status :: 4 - Beta",
"Framework :: Datasette",
Expand Down

0 comments on commit 04e8835

Please sign in to comment.