Skip to content

Commit

Permalink
Add pyproject file for Python source distribution
Browse files Browse the repository at this point in the history
This is now required for pip and similar tools to correctly build
and install a setuptools based package.
  • Loading branch information
Conan-Kudo committed May 18, 2021
1 parent 80d6424 commit c02873b
Showing 1 changed file with 6 additions and 0 deletions.
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>=39.2",
"wheel"
]
build-backend = "setuptools.build_meta"

0 comments on commit c02873b

Please sign in to comment.