summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-03-20 01:34:56 -0400
committerRyan Petrello <lists@ryanpetrello.com>2012-03-20 01:34:56 -0400
commitbc127199becb13a02fe52e517a14820be0387593 (patch)
tree1f86bbecbc37865b5164a00d3ec12ed31d32e764 /setup.py
parent1e02793154468049df916464375689ee51456e8f (diff)
downloadpecan-bc127199becb13a02fe52e517a14820be0387593.tar.gz
Updating our GitHub URL.
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 cd451f1..0b21ca0 100644
--- a/setup.py
+++ b/setup.py
@@ -82,7 +82,7 @@ setup(
keywords='web framework wsgi object-dispatch http',
author='Jonathan LaCour',
author_email='info@pecanpy.org',
- url='http://github.com/pecan/pecan',
+ url='http://github.com/dreamhost/pecan',
license='BSD',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data=True,