From 808e44165f50b8852f53e903a256eae6d933cee1 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Thu, 9 Jul 2009 18:30:14 +0200 Subject: Changed package description in setup.py and added MANIFEST to .gitignore --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 828001b..7de1938 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,8 @@ import bottle setup(name='bottle', version='%s.%s.%s' % bottle.__version__, - description='WSGI micro web framework + templates', + description='Fast and simple WSGI-framework for small web-applications.', + long_description='Bottle is a fast and simple mirco-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.', author='Marcel Hellkamp', author_email='marc@gsites.de', url='http://github.com/defnull/bottle', -- cgit v1.2.1