diff options
| author | Paul Ganssle <pganssle@users.noreply.github.com> | 2019-02-01 12:17:25 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-01 12:17:25 -0500 |
| commit | de36b62e1ac7581cf8fc9a5ca9bdc5ec812f5dae (patch) | |
| tree | 550c65785c60ac2a86d27db259b9b981c7ecfd56 | |
| parent | 0e2dd1ac445ffbf58ab9ac8689020550a0751be9 (diff) | |
| parent | 900aad5a597a43ab4c8ea0efa8bf3041a195bf56 (diff) | |
| download | external_python_setuptools-de36b62e1ac7581cf8fc9a5ca9bdc5ec812f5dae.tar.gz external_python_setuptools-de36b62e1ac7581cf8fc9a5ca9bdc5ec812f5dae.tar.bz2 external_python_setuptools-de36b62e1ac7581cf8fc9a5ca9bdc5ec812f5dae.zip | |
Merge pull request #1657 from benoit-pierre/better_1644_workaround
tweak #1644 workaround to fix `test_pip_upgrade_from_source`
| -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. |
