mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 04:13:16 +00:00
python: sourceforge.jp -> sourceforge.net
This commit is contained in:
parent
4f41080b94
commit
76cc80c25d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -44,7 +44,7 @@ del sources
|
|||
desc = 'MessagePack (de)serializer.'
|
||||
long_desc = """MessagePack (de)serializer for Python.
|
||||
|
||||
What's MessagePack? (from http://msgpack.sourceforge.jp/)
|
||||
What's MessagePack? (from http://msgpack.sourceforge.net/)
|
||||
|
||||
MessagePack is a binary-based efficient data interchange format that is
|
||||
focused on high performance. It is like JSON, but very fast and small.
|
||||
|
@ -59,7 +59,7 @@ setup(name='msgpack-python',
|
|||
packages=['msgpack'],
|
||||
description=desc,
|
||||
long_description=long_desc,
|
||||
url='http://msgpack.sourceforge.jp/',
|
||||
url='http://msgpack.sourceforge.net/',
|
||||
download_url='http://pypi.python.org/pypi/msgpack/',
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue