diff options
| -rw-r--r-- | MANIFEST | 9 | ||||
| -rw-r--r-- | MANIFEST.in | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/MANIFEST b/MANIFEST deleted file mode 100644 index f6c43b0..0000000 --- a/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/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..6841ffe --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +include setup.py +recursive-include msgpack *.h *.c *.pyx |
