Rename package name to msgpack

This commit is contained in:
INADA Naoki 2018-01-07 01:57:47 +09:00
parent d0d3a40389
commit 89e4f8b7b3

View file

@ -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',
]
)
],
)