summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2009-07-26 21:56:47 +0200
committerMarcel Hellkamp <marc@gsites.de>2009-07-26 21:56:47 +0200
commitd02da4a2b2b3161c918437d276400ec9c952b48e (patch)
tree1e0cbe40ad0c75eca297da263d19ddf9f3539144 /setup.py
parent6ac06c7166560f403d43f6a41855da342acd14e0 (diff)
downloadbottle-d02da4a2b2b3161c918437d276400ec9c952b48e.tar.gz
Changed Homepage link
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 b5a2a3a..aeeb5f4 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ setup(name='bottle',
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',
+ url='http://bottle.paws.de/',
py_modules=['bottle'],
license='MIT',
classifiers=['Development Status :: 4 - Beta',