summaryrefslogtreecommitdiff
path: root/python/setup.py
diff options
context:
space:
mode:
authorNaoki INADA <inada-n@gear>2009-06-08 13:21:38 +0900
committerNaoki INADA <inada-n@gear>2009-06-08 13:21:38 +0900
commit9c9393bff919fa4ad9e8ff64feaf28859a0c22e6 (patch)
treed362adbbd44c0077f9111ac343b2cebf2f8aae35 /python/setup.py
parent560bd901f83c9024ed88b738b80e14de337847c5 (diff)
downloadmsgpack-python-9c9393bff919fa4ad9e8ff64feaf28859a0c22e6.tar.gz
Fix setup script doesn't work.
Diffstat (limited to 'python/setup.py')
-rw-r--r--python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py
index 8bfdf82..e5651a0 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -24,6 +24,6 @@ setup(name='msgpack',
author_email='songofacandy@gmail.com',
version=version,
ext_modules=[msgpack_mod],
- description='The MessagePack serializer/desirializer.',
+ description=desc,
long_description=long_desc,
)