Skip to content

Commit

Permalink
Enable setuptools_scm in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
adosar committed May 1, 2024
1 parent fd0619d commit 003127c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
# can be empty if no extra settings are needed, presence enables setuptools_scm

[tool.setuptools.packages.find]
where = ["src"]

Expand All @@ -13,9 +16,6 @@ authors = [
{name="Antonios P. Sarikas", email="[email protected]"},
]

[tool.setuptools_scm]
# can be empty if no extra settings are needed, presence enables setuptools_scm

license = {text = "GPL-3.0-only"}
description = "Package for parallel calculation of energy voxels."
readme = "README.md"
Expand Down

0 comments on commit 003127c

Please sign in to comment.