mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-20 14:02:40 +02:00
Fix setup script bug.
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
Reference in New Issue
Block a user