mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Fix setup script doesn't work.
This commit is contained in:
parent
46fae3d893
commit
a06a5ce46f
2 changed files with 9 additions and 1 deletions
8
MANIFEST
Normal file
8
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
|
||||
2
setup.py
2
setup.py
|
|
@ -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…
Add table
Add a link
Reference in a new issue