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