aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorBenoit Pierre <benoit.pierre@gmail.com>2019-01-28 21:51:03 +0100
committerBenoit Pierre <benoit.pierre@gmail.com>2019-01-28 22:08:35 +0100
commit900aad5a597a43ab4c8ea0efa8bf3041a195bf56 (patch)
tree939a9315e4aface0391d79e75286f4b939b8be0b /MANIFEST.in
parent0425790c7d2d60ebd0e576796d07288a43fcaf0c (diff)
downloadexternal_python_setuptools-900aad5a597a43ab4c8ea0efa8bf3041a195bf56.tar.gz
external_python_setuptools-900aad5a597a43ab4c8ea0efa8bf3041a195bf56.tar.bz2
external_python_setuptools-900aad5a597a43ab4c8ea0efa8bf3041a195bf56.zip
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).
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
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.