diff options
author | Yury Selivanov <yury@edgedb.com> | 2019-10-11 16:43:35 -0400 |
---|---|---|
committer | Yury Selivanov <yury@edgedb.com> | 2019-10-11 16:43:35 -0400 |
commit | e101d07dbd32e63a2142fe28c517cccb12a8720c (patch) | |
tree | c0c3e3eafd689b9fdf0fb22d2a7497f67bbb8507 | |
parent | 8927b8157dbb26a557599f7236794977ca2da70e (diff) | |
download | immutables-e101d07dbd32e63a2142fe28c517cccb12a8720c.tar.gz immutables-e101d07dbd32e63a2142fe28c517cccb12a8720c.zip |
Include py.typed/*.pyi in MANIFEST.in
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index fa4aeda..26fa57e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ recursive-include tests *.py -recursive-include immutables *.py *.c *.h +recursive-include immutables *.py *.c *.h *.pyi include LICENSE README.rst +include immutables/py.typed |