summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2012-10-06 08:16:49 -0400
committerDaniel Holth <dholth@fastmail.fm>2012-10-06 08:16:49 -0400
commit64946176eb99153cb692c7a7f913f55b2d8172d0 (patch)
treedf5995b6ec677034993932a956b9b6bf79617ffd /README.txt
parent45fbd4f0e94a5369fc5559cf089842f3f9588c01 (diff)
downloadwheel-64946176eb99153cb692c7a7f913f55b2d8172d0.tar.gz
update README
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 7114421..15903aa 100644
--- a/README.txt
+++ b/README.txt
@@ -16,6 +16,12 @@ 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/dholth/pip.
+*The pip patch is in flux and is being split into separate `install` and
+a `build` patches. Check the branch called `wheel` for the most features.*
+
+The wheel documentation is at http://wheel.rtfd.org/. The file format is
+documented in the draft PEP 427 (http://www.python.org/dev/peps/pep-0427/).
+
Why not egg?
------------