Skip to content

Commit

Permalink
Merge pull request #3600 from RonnyPfannschmidt/pyproject-compliance
Browse files Browse the repository at this point in the history
add build-system section to pyproject.toml
  • Loading branch information
nicoddemus authored Jun 19, 2018
2 parents 85be8bd + af5d41f commit 19ba243
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[build-system]
requires = [
"setuptools",
"setuptools-scm",
"wheel",
]

[tool.towncrier]
package = "pytest"
package_dir = "src"
Expand Down

0 comments on commit 19ba243

Please sign in to comment.