summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2021-08-26 17:55:15 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2021-08-26 17:57:58 -0400
commit133900c43163127f6870f61b72c1ff9c219b90fd (patch)
tree55d39dd1f7b821c91accafe282d9ba795cbd0ff1 /MANIFEST.in
parentcff0b0b29e0d33b4e2ba149cd67049052391c4e0 (diff)
downloadalembic-133900c43163127f6870f61b72c1ff9c219b90fd.tar.gz
adjust manifest to accommodate .pyi files
Change-Id: I51c7c04c609dd008921e803596c53a48c8b247c0
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 5e0b18c..cf6b01d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,8 +1,10 @@
recursive-include docs *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.sty
-recursive-include tests *.py *.dat
-recursive-include alembic/templates *.mako README *.py
+recursive-include tests *.py *.dat *.pyi
+recursive-include alembic/templates *.mako README *.py *.pyi
+recursive-include alembic *.py *.pyi
+recursive-include tools *.py
-include README* LICENSE run_tests.py CHANGES* tox.ini
+include README* LICENSE CHANGES* tox.ini
prune docs/build/output
exclude pyproject.toml