Skip to content

Commit

Permalink
Merge pull request #4 from Rohde-Schwarz/setuptools-scm
Browse files Browse the repository at this point in the history
Adding setuptools-scm
  • Loading branch information
casabre authored Feb 1, 2024
2 parents 01d33b8 + 6e96c54 commit cc70ef6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ jit = ["numba"]
msgpack = ["msgpack", "msgpack-numpy"]

[build-system]
requires = ["setuptools>=45.2", "wheel"]
requires = ["setuptools>=60", "wheel", "setuptools-scm>=8.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
fallback_version = "0.0.0"

[tool.black]
line-length = 88

Expand Down

0 comments on commit cc70ef6

Please sign in to comment.