Skip to content

Commit

Permalink
Merge pull request #363 from fabricio-aguiar/setuptools
Browse files Browse the repository at this point in the history
Handling setuptools error
  • Loading branch information
dralley committed Mar 9, 2020
2 parents 539a98a + 36f1e75 commit b0a4b43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
@@ -1,3 +1,10 @@
[build-system]
requires = [
"setuptools >= 40.8.0",
"wheel >= 0.29.0",
]
build-backend = 'setuptools.build_meta'

[tool.towncrier]
package = "pulp_file"
filename = "CHANGES.rst"
Expand Down

0 comments on commit b0a4b43

Please sign in to comment.