From: Mike Bayer Date: Thu, 26 Aug 2021 22:16:09 +0000 (-0400) Subject: also include py.typed X-Git-Tag: rel_1_7_0~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b421b5b9e3098e41ac7abab3346b6a64d4a51b4f;p=thirdparty%2Fsqlalchemy%2Falembic.git also include py.typed Change-Id: I8f41eeaf517dfb52f1ddad0a3735f61545bea205 --- diff --git a/MANIFEST.in b/MANIFEST.in index cf6b01de..cb795e03 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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