8000 Rename package name to msgpack · msgpack/msgpack-python@89e4f8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 89e4f8b

Browse files
committed
Rename package name to msgpack
1 parent d0d3a40 commit 89e4f8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(self, *args, **kwargs):
102102
long_desc = f.read()
103103
del f
104104

105-
setup(name='msgpack-python',
105+
setup(name='msgpack',
106106
author='INADA Naoki',
107107
author_email='songofacandy@gmail.com',
108108
version=version_str,
@@ -124,5 +124,5 @@ def __init__(self, *args, **kwargs):
124124
'Programming Language :: Python :: Implementation :: PyPy',
125125
'Intended Audience :: Developers',
126126
'License :: OSI Approved :: Apache Software License',
127-
]
128-
)
127+
],
128+
)

0 commit comments

Comments
 (0)
0