summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-13 15:00:05 -0500
committerChris McDonough <chrism@plope.com>2011-01-13 15:00:05 -0500
commit05b22a41568de7f1783e76062e13bf52ed47a749 (patch)
tree2e8c1dc9ce2c8c6d0613c26ef573ae2c1e472e49 /setup.py
parent7c241987fa0f388c3c61a8b0a4a87ce9fafd8896 (diff)
parentf4fcd32e10f0d863ebc61fc09c81e02d103ffe2e (diff)
downloadpyramid-05b22a41568de7f1783e76062e13bf52ed47a749.tar.gz
pyramid-05b22a41568de7f1783e76062e13bf52ed47a749.tar.bz2
pyramid-05b22a41568de7f1783e76062e13bf52ed47a749.zip
Merge branch 'master' of github.com:Pylons/pyramid
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 d58641487..889aaecec 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://docs.pylonshq.com",
+ url="http://docs.pylonsproject.org",
license="BSD-derived (http://www.repoze.org/LICENSE.txt)",
packages=find_packages(),
include_package_data=True,