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.
2 parents 16ee306 + 92cf661 commit 64e60fcCopy full SHA for 64e60fc
MANIFEST.in
@@ -12,3 +12,4 @@ include launcher.c
12
include msvc-build-launcher.cmd
13
include pytest.ini
14
include tox.ini
15
+exclude pyproject.toml # Temporary workaround for #1644.
pyproject.toml
@@ -1,6 +1,5 @@
1
[build-system]
2
requires = ["wheel"]
3
-build-backend = "setuptools.build_meta"
4
5
[tool.towncrier]
6
package = "setuptools"
0 commit comments