updated url's to point to the new location

This commit is contained in:
John Anderson
2011-04-29 20:27:54 -05:00
parent 1904fc9758
commit 16ca703a5d
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ Development (Unstable) Version
If you want to run the development version of Pecan you will If you want to run the development version of Pecan you will
need GIT installed and clone the repo from github:: need GIT installed and clone the repo from github::
git clone https://github.com/cleverdevil/pecan.git git clone https://github.com/pecan/pecan.git
If you are still in the *pecan-dev* virtual environment that we created before, If you are still in the *pecan-dev* virtual environment that we created before,
you should call ``setup.py`` to install:: you should call ``setup.py`` to install::

View File

@@ -52,7 +52,7 @@ setup(
keywords = '', keywords = '',
author = 'Jonathan LaCour', author = 'Jonathan LaCour',
author_email = 'jonathan@cleverdevil.org', author_email = 'jonathan@cleverdevil.org',
url = 'http://github.com/cleverdevil/pecan', url = 'http://github.com/pecan/pecan',
license = 'BSD', license = 'BSD',
packages = find_packages(exclude=['ez_setup', 'examples', 'tests']), packages = find_packages(exclude=['ez_setup', 'examples', 'tests']),
include_package_data = True, include_package_data = True,