Skip to content

Commit

Permalink
Merge pull request #10 from joshmoore/fix-setuptools-scm
Browse files Browse the repository at this point in the history
Add missing setuptools_scm section
  • Loading branch information
joshmoore authored Mar 18, 2024
2 parents 22e9651 + 7007ee5 commit 598c354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ requires = [
"setuptools-scm>=8.0",
]

[tool.setuptools_scm]

[tools.setuptools.dynamic]
version = {attr = "omero_rdf.__version__"}

Expand Down

0 comments on commit 598c354

Please sign in to comment.