summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2010-04-08 11:29:37 +0200
committerMarcel Hellkamp <marc@gsites.de>2010-04-08 12:01:26 +0200
commit831a15a119d40f0456ceca5b865d41f7c7e07019 (patch)
treee8b8e7d49c85984b7927eac5cb65e3a27d6843c3 /setup.py
parent7e38dd7efd706ae4d021fce4e90d092607b858a4 (diff)
downloadbottle-831a15a119d40f0456ceca5b865d41f7c7e07019.tar.gz
Made test.testall.suite importable.
Updated link in bottle.py docstring. Updated setup.py description.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0791a71..b4b8a50 100755
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ for line in open(os.path.join(os.path.dirname(sys.argv[0]),'bottle.py')):
setup(name='bottle',
version=version,
description='Fast and simple WSGI-framework for small web-applications.',
- long_description='Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with url parameter support, Templates, key/value Databases, a build-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python Standard Library.',
+ long_description='Bottle is a fast and simple micro-framework for small web-applications. It offers request dispatching (Routes) with url parameter support, Templates, a build-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines. All in a single file and with no dependencies other than the Python Standard Library.',
author='Marcel Hellkamp',
author_email='marc@gsites.de',
url='http://bottle.paws.de/',