Skip to content

Commit

Permalink
Merge pull request #1781 from theQRL/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas authored Apr 14, 2024
2 parents 7600ec0 + b2536d6 commit 745ceb6
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 @@ -26,7 +26,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(setup_requires=['pyscaffold==3.0.2'] + sphinx,
entry_points=entry_points,
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 745ceb6

Please sign in to comment.