diff options
| -rw-r--r-- | MANIFEST.in | 1 | ||||
| -rw-r--r-- | pyproject.toml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 9cce3c90..16d60e5f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -12,3 +12,4 @@ include launcher.c include msvc-build-launcher.cmd include pytest.ini include tox.ini +exclude pyproject.toml # Temporary workaround for #1644. diff --git a/pyproject.toml b/pyproject.toml index 4ef804ec..07c23bb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,5 @@ [build-system] requires = ["wheel"] -build-backend = "setuptools.build_meta" [tool.towncrier] package = "setuptools" |
