Skip to content

Commit

Permalink
Add scm for versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Valente committed Apr 24, 2022
1 parent d10f964 commit 25263db
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", "wheel", "numpy>=1.19.5", "Cython>=0.29.21"]
requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4", "wheel", "numpy>=1.19.5", "Cython>=0.29.21"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]

0 comments on commit 25263db

Please # to comment.