Skip to content

Commit

Permalink
build: add setuptools-scm
Browse files Browse the repository at this point in the history
Signed-off-by: Angel Luu <[email protected]>
  • Loading branch information
aluu317 committed Oct 30, 2024
1 parent d22845f commit 9495cae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.0"]
requires = ["setuptools>=61.0", "setuptools-scm>=8.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -44,7 +44,6 @@ dev-docs = [
"sphinx-rtd-theme>=1.2.1,<2.1.0",
]


[tool.setuptools.packages.find]
exclude = ["tests", "tests.*", "test_*.py"]
namespaces = false
Expand Down

0 comments on commit 9495cae

Please sign in to comment.