diff options
-rw-r--r-- | python/MANIFEST | 9 | ||||
-rw-r--r-- | python/MANIFEST.in | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/python/MANIFEST b/python/MANIFEST deleted file mode 100644 index f6c43b0..0000000 --- a/python/MANIFEST +++ /dev/null @@ -1,9 +0,0 @@ -setup.py -msgpack/pack.h -msgpack/unpack.h -msgpack/_msgpack.pyx -msgpack/__init__.py -msgpack/pack_define.h -msgpack/pack_template.h -msgpack/unpack_define.h -msgpack/unpack_template.h diff --git a/python/MANIFEST.in b/python/MANIFEST.in new file mode 100644 index 0000000..6841ffe --- /dev/null +++ b/python/MANIFEST.in @@ -0,0 +1,2 @@ +include setup.py +recursive-include msgpack *.h *.c *.pyx |