We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ec7f3 commit c032138Copy full SHA for c032138
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include AUTHOR COPYING Makefile* MANIFEST.in setup* README.*
+include AUTHOR COPYING Makefile* MANIFEST.in setup* README.* pyproject.toml
2
include Changelog TODO requirements.txt
3
recursive-include doc *
4
recursive-include bin *
pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+# Setuptools version should match setup.py; wheel because pip will insert it noisily
+requires = ["setuptools >= 30.3.0", "wheel"]
0 commit comments