Skip to content

Commit

Permalink
Update dependency pyscaffold to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2023
1 parent e6ff59b commit d54859b
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 @@ -24,7 +24,7 @@ def setup_package():
needs_sphinx = {"build_sphinx", "upload_docs"}.intersection(sys.argv)
sphinx = ["sphinx"] if needs_sphinx else []
setup(
setup_requires=["pyscaffold>=3.3,<3.4"] + sphinx,
setup_requires=["pyscaffold>=4.4,<4.5"] + sphinx,
entry_points=entry_points,
use_pyscaffold=True,
)
Expand Down

0 comments on commit d54859b

Please sign in to comment.