Skip to content

Commit

Permalink
alternative: pin setuptools_scm==7.1.0 and use 'write_to'
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jan 9, 2024
1 parent f396ca1 commit 893d4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"],
use_scm_version={"version_file": "src/omero_zarr/_version.py"},
setup_requires=["setuptools_scm==7.1.0"],
use_scm_version={"write_to": "src/omero_zarr/_version.py"},
)

0 comments on commit 893d4ee

Please sign in to comment.