diff options
| author | Benoit Pierre <benoit.pierre@gmail.com> | 2019-01-28 21:51:03 +0100 |
|---|---|---|
| committer | Benoit Pierre <benoit.pierre@gmail.com> | 2019-01-28 22:08:35 +0100 |
| commit | 900aad5a597a43ab4c8ea0efa8bf3041a195bf56 (patch) | |
| tree | 939a9315e4aface0391d79e75286f4b939b8be0b | |
| parent | 0425790c7d2d60ebd0e576796d07288a43fcaf0c (diff) | |
| download | python-setuptools-git-900aad5a597a43ab4c8ea0efa8bf3041a195bf56.tar.gz | |
tweak #1644 workaround to fix `test_pip_upgrade_from_source`
Explicitly exclude `pyproject.toml` so it's never added (e.g. because `setuptools_scm` is used).
| -rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 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. |
