summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2009-07-07 02:01:54 +0200
committerMarcel Hellkamp <marc@gsites.de>2009-07-07 02:01:54 +0200
commit53e59574dc22d238217dcc6c147ddb61d8293ab6 (patch)
treefd862130953ba053965dda8f8fff451d3f20d06f /setup.py
parent7ab2af1828a2adc5ac17534ba5cb05348bb0e872 (diff)
downloadbottle-53e59574dc22d238217dcc6c147ddb61d8293ab6.tar.gz
Removed long desc from setup.py (MarkDown and reStructuredText don't mix)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 5e9cbc0..d4df1a7 100644
--- a/setup.py
+++ b/setup.py
@@ -5,8 +5,7 @@ import bottle
setup(name='Bottle',
version='%d.%d.%d' % bottle.__version__,
- description='Bottle Web Framework',
- long_description=open('README.md').read(),
+ description='WSGI micro web framework + templates',
author='Marcel Hellkamp',
author_email='marc@gsites.de',
url='http://github.com/defnull/bottle',