summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-01-09 08:28:09 +0000
committermichele.simionato <devnull@localhost>2009-01-09 08:28:09 +0000
commit53aea0e07b603b1f617b33a7c4ace8bd7e288981 (patch)
treebee194f53e621ce6b183a70923dd5310412cf680 /setup.py
parentf3822baacd13ea07dd82bfa98ccf77db34548fe8 (diff)
downloadpython-decorator-git-53aea0e07b603b1f617b33a7c4ace8bd7e288981.tar.gz
Hacked setup.py to upload the documentation in a beatiful format, following
the comment on http://www.artima.com/weblogs/viewpost.jsp?thread=245050
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ea094e8..f56a3b1 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if __name__ == '__main__':
setup(name='decorator',
version=VERSION,
description='Better living through Python with decorators',
- long_description=doc,
+ long_description='</pre>%s<pre>' % doc,
author='Michele Simionato',
author_email='michele.simionato@gmail.com',
url='http://pypi.python.org/pypi/decorator',