Skip to content

Commit

Permalink
Update pyproject.toml to correctly bump dev version on installs
Browse files Browse the repository at this point in the history
  • Loading branch information
ejeschke committed Feb 8, 2024
1 parent 2995621 commit f53caf1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[build-system]
requires = ["setuptools>=30.3.0",
"setuptools_scm",
requires = ["setuptools>=64",
"setuptools_scm[toml]>=7",
"wheel"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "ginga/version.py"
version_scheme = "release-branch-semver"

0 comments on commit f53caf1

Please sign in to comment.