Skip to content

Commit

Permalink
Update setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Dec 18, 2024
1 parent 50d40f5 commit 6975732
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[build-system]
requires = [
"setuptools>=60",
"setuptools>=64",
"setuptools-scm>=8.0",
]
build-backend = "setuptools.build_meta"

[tools.setuptools.dynamic]
version = {attr = "ome_zarr.__version__"}
Expand Down Expand Up @@ -58,3 +59,6 @@ Changelog = "https://github.com/ome/ome-zarr-py/blob/master/CHANGELOG.md"
[tool.setuptools]
packages = ["ome_zarr"]
py-modules = ["ome_zarr"]

[tool.setuptools_scm]
version_file = "ome_zarr/_version.py"

0 comments on commit 6975732

Please sign in to comment.