summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-04-29 09:06:46 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-04-29 09:06:46 +0900
commit6352472c5fbe1d293dfff2d48dca81ea91bba29f (patch)
tree88c13d707e9c04510bd6be67f9292e95f26d93a2 /python
parent833ee6484c731d0419a9cbd122a499f2ae77ae6b (diff)
downloadmsgpack-python-6352472c5fbe1d293dfff2d48dca81ea91bba29f.tar.gz
python: sourceforge.jp -> sourceforge.net
Diffstat (limited to 'python')
-rwxr-xr-xpython/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/setup.py b/python/setup.py
index 27dbc48..8d8a6f4 100755
--- a/python/setup.py
+++ b/python/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',