mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
python: Change URL in setup.py from sf.net to msgpack.org
This commit is contained in:
parent
013d1da68f
commit
8e38a074bb
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -57,7 +57,7 @@ del sources, libraries
|
|||
desc = 'MessagePack (de)serializer.'
|
||||
long_desc = """MessagePack (de)serializer for Python.
|
||||
|
||||
What's MessagePack? (from http://msgpack.sourceforge.net/)
|
||||
What's MessagePack? (from http://msgpack.org/)
|
||||
|
||||
MessagePack is a binary-based efficient data interchange format that is
|
||||
focused on high performance. It is like JSON, but very fast and small.
|
||||
|
@ -72,7 +72,7 @@ setup(name='msgpack-python',
|
|||
packages=['msgpack'],
|
||||
description=desc,
|
||||
long_description=long_desc,
|
||||
url='http://msgpack.sourceforge.net/',
|
||||
url='http://msgpack.org/',
|
||||
download_url='http://pypi.python.org/pypi/msgpack/',
|
||||
classifiers=[
|
||||
'Programming Language :: Python :: 2',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue