summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcel Hellkamp <marc@gsites.de>2011-03-11 16:51:42 +0100
committerMarcel Hellkamp <marc@gsites.de>2011-03-11 16:51:42 +0100
commit9562d904c4da864ca64ce117442d8dda59413fdd (patch)
treee686683ed692c44894b9497c986927fd8f73450a /setup.py
parentf426a2f35eef9c885807db79ab0e30e3018b3965 (diff)
downloadbottle-9562d904c4da864ca64ce117442d8dda59413fdd.tar.gz
doc: -bottle.paws.de +bottlepy.org
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 a250a01..a5bb2c9 100755
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(name='bottle',
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 built-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/',
+ url='http://bottlepy.org/',
py_modules=['bottle'],
license='MIT',
platforms = 'any',