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
commit 19ba243cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"