summaryrefslogtreecommitdiff
path: root/python/MANIFEST
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@gear>2009-06-10 10:58:09 +0900
committerNaoki INADA <inada-n@gear>2009-06-10 10:58:09 +0900
commit3a9f74e79c3d1912d8c0c1ad4d1478c611caba0a (patch)
tree8eabf1d2851642f3a7a9a7456ffebbc4827e0666 /python/MANIFEST
parenta1fb1507d45d27f0c08e8d39054987ed6dcaf9e7 (diff)
downloadmsgpack-python-3a9f74e79c3d1912d8c0c1ad4d1478c611caba0a.tar.gz
Make msgpack package instead of module.
Diffstat (limited to 'python/MANIFEST')
-rw-r--r--python/MANIFEST4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/MANIFEST b/python/MANIFEST
index dc042ae..f2da7da 100644
--- a/python/MANIFEST
+++ b/python/MANIFEST
@@ -1,7 +1,7 @@
msgpack.c
setup.py
-pack.h
-unpack.h
+msgpack/pack.h
+msgpack/unpack.h
include/msgpack/pack_define.h
include/msgpack/pack_template.h
include/msgpack/unpack_define.h