]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
adjust manifest to accommodate .pyi files
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Aug 2021 21:55:15 +0000 (17:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Aug 2021 21:57:58 +0000 (17:57 -0400)
Change-Id: I51c7c04c609dd008921e803596c53a48c8b247c0

MANIFEST.in
docs/build/front.rst

index 5e0b18c61786d28dfe8a77b412318d1a20bf6fc5..cf6b01deee008256eeeb5e6f1fcb680e7b225348 100644 (file)
@@ -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
index 7f998ebd4a17771364e4058a27110f9205859a02..ccbc95dc7d081eb620f79fcfb4210bb97a4c98fc 100644 (file)
@@ -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.