mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-02 01:41:02 +02:00
Fix setup script bug.
This commit is contained in:
parent
b8e5b918a3
commit
99d0a41ec6
@ -32,6 +32,7 @@ setup(name='msgpack',
|
|||||||
version=version,
|
version=version,
|
||||||
cmdclass={'build_ext': build_ext},
|
cmdclass={'build_ext': build_ext},
|
||||||
ext_modules=[msgpack_mod],
|
ext_modules=[msgpack_mod],
|
||||||
|
packages=['msgpack'],
|
||||||
description=desc,
|
description=desc,
|
||||||
long_description=long_desc,
|
long_description=long_desc,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user