Skip to content

Commit b7caba5

Browse files
committed
Add PEP517 support
1 parent 8d4598b commit b7caba5

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
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
3+
build-backend = "setuptools.build_meta"
4+
15
[tool.towncrier]
26
template = ".towncrier-template.rst"
37
underlines = ["-"]

0 commit comments

Comments
 (0)