summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2011-04-12 18:03:39 +0200
committerJannis Leidel <jannis@leidel.info>2011-04-12 18:03:39 +0200
commit425d89e0e8ec9dddb8ecfd876c5fba6feff1f713 (patch)
treec899f7de1a591cb23e0101246f0918e9b5ea2ef8 /setup.py
parente857431647438d6d48da3c8132c51fe8414046d8 (diff)
downloadpip-425d89e0e8ec9dddb8ecfd876c5fba6feff1f713.tar.gz
Added news about the use of git-flow.
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 1d6d703a4..5e9a67010 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ news_filename = os.path.join(doc_dir, "news.txt")
long_description = """\
The main website for pip is `www.pip-installer.org
<http://www.pip-installer.org>`_. You can also install
-the `in-development version <https://github.com/pypa/pip/tarball/master#egg=pip-dev>`_
+the `in-development version <https://github.com/pypa/pip/tarball/develop#egg=pip-dev>`_
of pip with ``easy_install pip==dev``.
"""
f = open(index_filename)