diff options
author | Yury Selivanov <yury@magic.io> | 2018-03-30 17:36:09 -0400 |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-03-30 17:36:09 -0400 |
commit | ff2fb8d8505ee362b2de409aeca34f86e701002e (patch) | |
tree | e5421a4381ea509cc8a65ca92b17d698f4d86d8f /MANIFEST.in | |
parent | 6e7635dd0275f9f2e5c063629743598aa8bc23d1 (diff) | |
download | immutables-ff2fb8d8505ee362b2de409aeca34f86e701002e.tar.gz immutables-ff2fb8d8505ee362b2de409aeca34f86e701002e.zip |
Add MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..fa4aeda --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +recursive-include tests *.py +recursive-include immutables *.py *.c *.h +include LICENSE README.rst |