Merge pull request #3600 from RonnyPfannschmidt/pyproject-compliance

add build-system section to pyproject.toml
This commit is contained in:
Bruno Oliveira
2018-06-19 06:58:28 -03:00
committed by GitHub

View File

@@ -1,3 +1,10 @@
[build-system]
requires = [
"setuptools",
"setuptools-scm",
"wheel",
]
[tool.towncrier]
package = "pytest"
package_dir = "src"