Skip to content

Commit

Permalink
add build-system section to pyproject.toml
Browse files Browse the repository at this point in the history
this makes the file valid and prepares for pypa/pip#5416 and pypa/pip#5512
  • Loading branch information
RonnyPfannschmidt committed Jun 19, 2018
1 parent 85be8bd commit af5d41f
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 af5d41f

Please sign in to comment.