mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Fix setup script bug.
This commit is contained in:
parent
5c0a89c258
commit
df2acc8569
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -32,6 +32,7 @@ setup(name='msgpack',
|
|||
version=version,
|
||||
cmdclass={'build_ext': build_ext},
|
||||
ext_modules=[msgpack_mod],
|
||||
packages=['msgpack'],
|
||||
description=desc,
|
||||
long_description=long_desc,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue