diff options
author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-04-29 09:06:46 +0900 |
---|---|---|
committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-04-29 09:06:46 +0900 |
commit | 76cc80c25d10d1224f0f16c6a74b531bf452aede (patch) | |
tree | d03165fca18ea22500724c2f7b2ef2b55f4e8b17 /setup.py | |
parent | 4f41080b942657b8bca4a3befe00eba0c80c6ce7 (diff) | |
download | msgpack-python-76cc80c25d10d1224f0f16c6a74b531bf452aede.tar.gz |
python: sourceforge.jp -> sourceforge.net
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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', |