]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
also include py.typed
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Aug 2021 22:16:09 +0000 (18:16 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Aug 2021 22:16:09 +0000 (18:16 -0400)
Change-Id: I8f41eeaf517dfb52f1ddad0a3735f61545bea205

MANIFEST.in

index cf6b01deee008256eeeb5e6f1fcb680e7b225348..cb795e03bc214d838a74fec2a9a09cd8daa03afd 100644 (file)
@@ -1,7 +1,7 @@
 recursive-include docs *.html *.css *.txt *.js *.jpg *.png *.py Makefile *.rst *.sty
 recursive-include tests *.py *.dat *.pyi
 recursive-include alembic/templates *.mako README *.py *.pyi
-recursive-include alembic *.py *.pyi
+recursive-include alembic *.py *.pyi py.typed
 recursive-include tools *.py
 
 include README* LICENSE CHANGES* tox.ini