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 Sep 18, 2023
1 parent eca1eee commit 0c5b73b
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 @@ -34,7 +34,7 @@

def setup_package():
setup(
setup_requires=["pyscaffold>=3.0a0,<3.1a0 "],
setup_requires=["pyscaffold>=4.5,<4.6 "],
packages=["actinia_stac_plugin"],
package_dir={"actinia_stac_plugin ": "actinia_stac_plugin "},
include_package_data=True,
Expand Down

0 comments on commit 0c5b73b

Please sign in to comment.