mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-02 09:49:44 +02:00
Fix setup script doesn't work.
This commit is contained in:
parent
560bd901f8
commit
9c9393bff9
8
python/MANIFEST
Normal file
8
python/MANIFEST
Normal 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
|
@ -24,6 +24,6 @@ setup(name='msgpack',
|
|||||||
author_email='songofacandy@gmail.com',
|
author_email='songofacandy@gmail.com',
|
||||||
version=version,
|
version=version,
|
||||||
ext_modules=[msgpack_mod],
|
ext_modules=[msgpack_mod],
|
||||||
description='The MessagePack serializer/desirializer.',
|
description=desc,
|
||||||
long_description=long_desc,
|
long_description=long_desc,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user