summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-03-21 10:21:41 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2020-03-21 10:22:29 -0400
commit5be6b9c1517ece3637e0a04a44479c7daf9f63d9 (patch)
treeb8474e8eccbe038c93e5a5d0e8768e2233003023 /MANIFEST.in
parent5d44bf311f7cafde28627476f4ffce6abee9efea (diff)
downloadalembic-5be6b9c1517ece3637e0a04a44479c7daf9f63d9.tar.gz
Remove pyproject.toml from distribution
Alembic does not want to opt-in to pep-517 at this time. As the standard is not widely adopted at this time in any case. Per [1] [2], the presence of this file indicates a positive opt-in to pep-517, so it must be omitted from source distributions. [1] https://pip.pypa.io/en/stable/reference/pip/#pep-517-and-518-support [2] https://www.python.org/dev/peps/pep-0517/#id5 Change-Id: I47121c3a0e29c5538cb0ee65b45f7fb1442c7da3 Fixes: #672
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 3252aad..5e0b18c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,5 +5,6 @@ recursive-include alembic/templates *.mako README *.py
include README* LICENSE run_tests.py CHANGES* tox.ini
prune docs/build/output
+exclude pyproject.toml