Fix setup script doesn't work.

This commit is contained in:
Naoki INADA 2009-06-08 13:21:38 +09:00
parent 560bd901f8
commit 9c9393bff9
2 changed files with 9 additions and 1 deletions

8
python/MANIFEST Normal file
View File

@ -0,0 +1,8 @@
msgpack.c
setup.py
pack.h
unpack.h
msgpack/pack_define.h
msgpack/pack_template.h
msgpack/unpack_define.h
msgpack/unpack_template.h

View File

@ -24,6 +24,6 @@ setup(name='msgpack',
author_email='songofacandy@gmail.com',
version=version,
ext_modules=[msgpack_mod],
description='The MessagePack serializer/desirializer.',
description=desc,
long_description=long_desc,
)