Skip to content

Commit

Permalink
change way to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroneko2828 committed Aug 30, 2024
1 parent 80e799d commit 9e3e35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
def setup_package():
needs_sphinx = {'build_sphinx', 'upload_docs'}.intersection(sys.argv)
sphinx = ['sphinx'] if needs_sphinx else []
setup(setup_requires=['pyscaffold>=3.0a0,<3.1a0'] + sphinx,
setup(version='1.0', setup_requires=sphinx,
entry_points=entry_points,
use_pyscaffold=True)

Expand Down

0 comments on commit 9e3e35f

Please sign in to comment.