Skip to content

Commit 1fb5ee4

Browse files
authored
Merge pull request #128 from peopledoc/release_workflow
Adding missing pyproject.toml, needed to automatically find the version
2 parents 46b508c + 853ff8e commit 1fb5ee4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build-system]
2+
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
3+
4+
[tool.setuptools_scm]

0 commit comments

Comments
 (0)