Skip to content

Commit

Permalink
Use version_file instead of write_to for scm_version
Browse files Browse the repository at this point in the history
  • Loading branch information
will-moore committed Jan 9, 2024
1 parent 80b8a0e commit f396ca1
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 @@ -56,5 +56,5 @@ def get_long_description() -> str:
keywords=["OMERO.CLI", "plugin"],
url="https://github.com/ome/omero-cli-zarr/",
setup_requires=["setuptools_scm"],
use_scm_version={"write_to": "src/omero_zarr/_version.py"},
use_scm_version={"version_file": "src/omero_zarr/_version.py"},
)

0 comments on commit f396ca1

Please sign in to comment.