mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
python: sourceforge.jp -> sourceforge.net
This commit is contained in:
parent
833ee6484c
commit
6352472c5f
@ -44,7 +44,7 @@ del sources
|
|||||||
desc = 'MessagePack (de)serializer.'
|
desc = 'MessagePack (de)serializer.'
|
||||||
long_desc = """MessagePack (de)serializer for Python.
|
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
|
MessagePack is a binary-based efficient data interchange format that is
|
||||||
focused on high performance. It is like JSON, but very fast and small.
|
focused on high performance. It is like JSON, but very fast and small.
|
||||||
@ -59,7 +59,7 @@ setup(name='msgpack-python',
|
|||||||
packages=['msgpack'],
|
packages=['msgpack'],
|
||||||
description=desc,
|
description=desc,
|
||||||
long_description=long_desc,
|
long_description=long_desc,
|
||||||
url='http://msgpack.sourceforge.jp/',
|
url='http://msgpack.sourceforge.net/',
|
||||||
download_url='http://pypi.python.org/pypi/msgpack/',
|
download_url='http://pypi.python.org/pypi/msgpack/',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta',
|
'Development Status :: 4 - Beta',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user