Skip to content

Commit

Permalink
add PEP 517/8 build backend and requirements specification (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored and giampaolo committed Nov 4, 2019
1 parent ff5a412 commit fc204a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,4 @@ include scripts/who.py
include scripts/winservices.py
include setup.py
include tox.ini
include pyproject.toml
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools >= 41.0.0",
"wheel >= 0.29.0",
]
build-backend = 'setuptools.build_meta'

0 comments on commit fc204a9

Please sign in to comment.