Skip to content

Commit 47fd08b

Browse files
authored
Create pyproject.toml
1 parent 8579670 commit 47fd08b

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+
version_file = "src/pytest_reportlog/_version.py"

0 commit comments

Comments
 (0)