Skip to content

Commit 89e58ae

Browse files
committed
Add pyproject.toml with setuptools_scm build dependency
1 parent f64378b commit 89e58ae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[build-system]
2+
requires = ["setuptools>=46.1.0", "setuptools_scm[toml]>=6.2", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[tool.setuptools_scm]
6+
write_to = "src/picor/_version.py"
7+
version_scheme = "no-guess-dev"

0 commit comments

Comments
 (0)