updated url's to point to the new location
This commit is contained in:
@@ -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::
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user