diff options
Diffstat (limited to 'third_party/python/frozenlist/MANIFEST.in')
-rw-r--r-- | third_party/python/frozenlist/MANIFEST.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/python/frozenlist/MANIFEST.in b/third_party/python/frozenlist/MANIFEST.in new file mode 100644 index 0000000000..ee8dd66996 --- /dev/null +++ b/third_party/python/frozenlist/MANIFEST.in @@ -0,0 +1,17 @@ +include LICENSE.txt +include CHANGES.rst +include README.rst +include CONTRIBUTORS.txt +graft frozenlist +graft docs +graft tests +include frozenlist/*.c +global-exclude *.pyc +global-exclude *.pyd +global-exclude *.so +global-exclude *.lib +global-exclude *.dll +global-exclude *.a +global-exclude *.obj +exclude frozenlist/*.html +prune docs/_build |