Skip to content

Commit

Permalink
Merge pull request #159 from will-moore/scm_version_fix
Browse files Browse the repository at this point in the history
scm version fix
  • Loading branch information
will-moore authored Jan 19, 2024
2 parents 80b8a0e + 893d4ee commit 59d66e1
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 @@ -55,6 +55,6 @@ def get_long_description() -> str:
long_description=long_description,
keywords=["OMERO.CLI", "plugin"],
url="https://github.com/ome/omero-cli-zarr/",
setup_requires=["setuptools_scm"],
setup_requires=["setuptools_scm==7.1.0"],
use_scm_version={"write_to": "src/omero_zarr/_version.py"},
)

0 comments on commit 59d66e1

Please sign in to comment.