mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-24 09:32:49 +01: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',
|
||||
version=version,
|
||||
ext_modules=[msgpack_mod],
|
||||
description='The MessagePack serializer/desirializer.',
|
||||
description=desc,
|
||||
long_description=long_desc,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user