summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2013-02-22 23:01:35 -0500
committerDaniel Holth <dholth@fastmail.fm>2013-02-22 23:01:35 -0500
commit693d1656d8203d6edf23e291c31c69b09ac7fb31 (patch)
tree86dc1adde436253263e71f53eea74ed952d6e338 /README.txt
parent13bc35cd217c1f5fa4372bbe3adc4c25be9b86dc (diff)
downloadwheel-693d1656d8203d6edf23e291c31c69b09ac7fb31.tar.gz
reference correct pip branch
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index a547e6f..82c22bb 100644
--- a/README.txt
+++ b/README.txt
@@ -12,9 +12,9 @@ preserves enough information to "Spread" (copy data and scripts to their
final locations) at any later time.
The wheel project provides a `bdist_wheel` command for setuptools
-(requires distribute >= 0.6.28). Wheel files can be installed with a
-patched `pip` from https://github.com/qwcode/pip or with wheel's own
-command line utility.
+(requires distribute >= 0.6.28, released July 2012). Wheel files can be
+installed with a patched `pip` from https://github.com/pypa/pip/tree/wheel
+or with wheel's own command line utility.
The wheel documentation is at http://wheel.rtfd.org/. The
file format is documented in PEP 427