Skip to content

Commit

Permalink
Handling setuptools error
Browse files Browse the repository at this point in the history
Reference: pypa/setuptools#1694 (comment)
[noissue]
  • Loading branch information
fao89 committed Feb 28, 2020
1 parent ab11cc6 commit d091c34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
[build-system]
requires = [
"setuptools >= 40.8.0",
"setuptools_scm >= 2.0.0, <4",
"wheel >= 0.29.0",
]
build-backend = 'setuptools.build_meta'

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

0 comments on commit d091c34

Please sign in to comment.