diff options
| author | Naoki INADA <inada-n@eagle> | 2009-06-22 14:38:36 +0900 |
|---|---|---|
| committer | Naoki INADA <inada-n@eagle> | 2009-06-22 14:38:36 +0900 |
| commit | 20a7ff0be80a1467f7375adc1b0645d2d8f2cf05 (patch) | |
| tree | 78249271a0971070d1bba1419c054f963b725648 /python/MANIFEST | |
| parent | 075081a521c8287759847f1aa846b88fef1f0046 (diff) | |
| parent | 3a9f74e79c3d1912d8c0c1ad4d1478c611caba0a (diff) | |
| download | msgpack-python-20a7ff0be80a1467f7375adc1b0645d2d8f2cf05.tar.gz | |
Make msgpack package instead of module. and using Cython in setup script.
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 dd0c7d2..8b21b4c 100644 --- a/python/MANIFEST +++ b/python/MANIFEST @@ -1,7 +1,7 @@ msgpack.cpp 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 |
