diff options
| author | Naoki INADA <inada-n@gear> | 2009-06-10 10:58:09 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@gear> | 2009-06-10 10:58:09 +0900 |
| commit | 3a9f74e79c3d1912d8c0c1ad4d1478c611caba0a (patch) | |
| tree | 8eabf1d2851642f3a7a9a7456ffebbc4827e0666 /python/MANIFEST | |
| parent | a1fb1507d45d27f0c08e8d39054987ed6dcaf9e7 (diff) | |
| download | msgpack-python-3a9f74e79c3d1912d8c0c1ad4d1478c611caba0a.tar.gz | |
Make msgpack package instead of module.
Diffstat (limited to 'python/MANIFEST')
| -rw-r--r-- | python/MANIFEST | 4 |
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 |
