diff options
| author | michele.simionato <devnull@localhost> | 2009-01-09 08:28:09 +0000 |
|---|---|---|
| committer | michele.simionato <devnull@localhost> | 2009-01-09 08:28:09 +0000 |
| commit | 53aea0e07b603b1f617b33a7c4ace8bd7e288981 (patch) | |
| tree | bee194f53e621ce6b183a70923dd5310412cf680 /setup.py | |
| parent | f3822baacd13ea07dd82bfa98ccf77db34548fe8 (diff) | |
| download | python-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
