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 Mar 2, 2020
1 parent eb57abb commit 945689b
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,2 +1,9 @@
[build-system]
requires = [
"setuptools >= 40.8.0",
"wheel >= 0.29.0",
]
build-backend = 'setuptools.build_meta'

[tool.black]
line-length = 79

0 comments on commit 945689b

Please sign in to comment.