Skip to content

Commit

Permalink
Merge pull request #1404 from benoit-pierre/fix_pyproject.toml
Browse files Browse the repository at this point in the history
fix PEP 518 configuration
  • Loading branch information
pganssle committed Jun 29, 2018
2 parents 5c81648 + 601f82e commit a94ccbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/1404.misc.rst
@@ -0,0 +1 @@
Fix PEP 518 configuration: set build requirements in ``pyproject.toml`` to ``["wheel"]``.
3 changes: 3 additions & 0 deletions pyproject.toml
@@ -1,3 +1,6 @@
[build-system]
requires = ["wheel"]

[tool.towncrier]
package = "setuptools"
package_dir = "setuptools"
Expand Down

0 comments on commit a94ccbf

Please sign in to comment.