We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d4598b commit b7caba5Copy full SHA for b7caba5
pyproject.toml
@@ -1,3 +1,7 @@
1
+[build-system]
2
+requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
3
+build-backend = "setuptools.build_meta"
4
+
5
[tool.towncrier]
6
template = ".towncrier-template.rst"
7
underlines = ["-"]
0 commit comments