Skip to content

Commit

Permalink
Employ setuptools_scm for version-from-tags functionality.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco authored and jamielennox committed Jan 22, 2024
1 parent d5cd1a7 commit a9418e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[build-system]
requires = ["setuptools>=56"]
requires = ["setuptools>=56", "setuptools_scm"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

0 comments on commit a9418e1

Please sign in to comment.