add build-system section to pyproject.toml

this makes the file valid and prepares for https://github.com/pypa/pip/issues/5416 and https://github.com/pypa/pip/pull/5512
This commit is contained in:
Ronny Pfannschmidt 2018-06-19 10:41:04 +02:00
parent 85be8bdf49
commit af5d41fdfd
1 changed files with 7 additions and 0 deletions

View File

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