summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2009-10-28 01:41:35 -0500
committerIan Bicking <ianb@colorstudy.com>2009-10-28 01:41:35 -0500
commit8876cd9dc4a8387dfc2648663348107255cabf89 (patch)
tree86bffb656f46216f69e934a0cd27bc495655f0e5
parent5648720660b4294ca81eaa03e7c3cfc09f46b32b (diff)
downloadpastedeploy-8876cd9dc4a8387dfc2648663348107255cabf89.tar.gz
moved repo
-rw-r--r--docs/index.txt4
-rw-r--r--setup.py5
2 files changed, 5 insertions, 4 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 0d3add9..c23e270 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -74,8 +74,8 @@ You can install Paste Deployment by installing `easy_install
If you want to track development, do::
- $ svn co http://svn.pythonpaste.org/Paste/Deploy/trunk Paste-Deploy
- $ cd Paste-Deploy
+ $ hg clone http://bitbucket.org/ianb/pastedeploy
+ $ cd pastedeploy
$ sudo python setup.py develop
This will install the package globally, but will load the files in the
diff --git a/setup.py b/setup.py
index e2516f6..3ea49fe 100644
--- a/setup.py
+++ b/setup.py
@@ -12,8 +12,9 @@ URIs; these URIs can refer to Python Eggs for INI-style configuration
files. `Paste Script <http://pythonpaste.org/script>`_ provides
commands to serve applications based on this configuration file.
-The latest version is available in a `Subversion repository
-<http://svn.pythonpaste.org/Paste/Deploy/trunk#egg=PasteDeploy-dev>`_.
+The latest version is available in a `Mercurial repository
+<http://bitbucket.org/ianb/pastedeploy>`_ (or a `tarball
+<http://bitbucket.org/ianb/pastedeploy/get/tip.gz#egg=PasteDeploy-dev>`_).
For the latest changes see the `news file
<http://pythonpaste.org/deploy/news.html>`_.