Skip to content

Commit

Permalink
Activate setuptools_scm for versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlipperPA committed Feb 22, 2023
1 parent 5bd518d commit de1bc0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "__init__.py"

[project]
name = "pyromania"
authors = [
Expand Down

0 comments on commit de1bc0d

Please sign in to comment.