summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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 eac0dc051..f9dae7298 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ setup(name='pyramid',
keywords='web wsgi pylons pyramid bfg',
author="Chris McDonough, Agendaless Consulting",
author_email="pylons-devel@googlegroups.com",
- url="http://pylonshq.com",
+ url="http://docs.pylonshq.com",
license="BSD-derived (http://www.repoze.org/LICENSE.txt)",
packages=find_packages(),
include_package_data=True,