Skip to content

Commit 0da4e6a

Browse files
authored
Add pyproject.toml file
Follow up to #77.
1 parent ebb53a5 commit 0da4e6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[build-system]
2+
requires = [
3+
"setuptools",
4+
"setuptools-scm[toml]",
5+
]
6+
build-backend = "setuptools.build_meta"
7+
8+
[tool.setuptools_scm]
9+
write_to = "src/pytest_reportlog/_version.py"

0 commit comments

Comments
 (0)