Skip to content

Commit cac3707

Browse files
Merge pull request #106 from mrvanes/master
Add pyproject.toml to fix the legacy setup.py deprecation warning Based on guidance from pypa/pip#6334 See related issue #105
2 parents 880fe78 + 1bb50bb commit cac3707

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[build-system]
2+
# XXX: If your project needs other packages to build properly, add them to this list.
3+
requires = ["setuptools >= 64"]
4+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)