mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Rename package name to msgpack
This commit is contained in:
parent
d0d3a40389
commit
89e4f8b7b3
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -102,7 +102,7 @@ with io.open('README.rst', encoding='utf-8') as f:
|
|||
long_desc = f.read()
|
||||
del f
|
||||
|
||||
setup(name='msgpack-python',
|
||||
setup(name='msgpack',
|
||||
author='INADA Naoki',
|
||||
author_email='songofacandy@gmail.com',
|
||||
version=version_str,
|
||||
|
@ -124,5 +124,5 @@ setup(name='msgpack-python',
|
|||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Intended Audience :: Developers',
|
||||
'License :: OSI Approved :: Apache Software License',
|
||||
]
|
||||
)
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue