mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Fix setup script doesn't work.
This commit is contained in:
parent
560bd901f8
commit
9c9393bff9
2 changed files with 9 additions and 1 deletions
|
|
@ -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