From: Mike Bayer Date: Thu, 26 Aug 2021 21:55:15 +0000 (-0400) Subject: adjust manifest to accommodate .pyi files X-Git-Tag: rel_1_7_0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=133900c43163127f6870f61b72c1ff9c219b90fd;p=thirdparty%2Fsqlalchemy%2Falembic.git adjust manifest to accommodate .pyi files Change-Id: I51c7c04c609dd008921e803596c53a48c8b247c0 --- diff --git a/MANIFEST.in b/MANIFEST.in index 5e0b18c6..cf6b01de 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 diff --git a/docs/build/front.rst b/docs/build/front.rst index 7f998ebd..ccbc95dc 100644 --- a/docs/build/front.rst +++ b/docs/build/front.rst @@ -83,7 +83,7 @@ SQLAlchemy as of version **1.3.0**. .. versionchanged:: 1.5.0 Support for SQLAlchemy older than 1.3.0 was dropped. -Alembic supports Python versions **3.6 and above**. +Alembic supports Python versions **3.6 and above** .. versionchanged:: 1.7 Alembic now supports Python 3.6 and newer; support for Python 2.7 has been dropped.