Change-Id: I51c7c04c609dd008921e803596c53a48c8b247c0
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
.. 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.