diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-02-03 10:26:34 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-02-03 10:26:34 -0500 |
| commit | 64e60fc32981a1615c35962a60297d264bf16734 (patch) | |
| tree | 5c0de9b984a8a87d66a8d851e947eb0dc3ccd3d1 | |
| parent | 16ee30601fa097b72525616e2e5254392d4e2110 (diff) | |
| parent | 92cf661c11effa048c4aeb36a79a8cba96e18a02 (diff) | |
| download | external_python_setuptools-64e60fc32981a1615c35962a60297d264bf16734.tar.gz external_python_setuptools-64e60fc32981a1615c35962a60297d264bf16734.tar.bz2 external_python_setuptools-64e60fc32981a1615c35962a60297d264bf16734.zip | |
Merge branch 'master' of https://github.com/pypa/setuptools
| -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" |
