summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Smith <qwcode@gmail.com>2014-03-17 09:29:13 -0700
committerMarcus Smith <qwcode@gmail.com>2014-03-17 09:29:13 -0700
commitc1826b74eb031270fe1218ee55c9ebc5997b2bf5 (patch)
treef46c9ec35c6f925de7dace91c06caec1d1d74801
parentceead0fb8b275a830c0f923d0b0f996c3b825d8f (diff)
parentde9ac4c3adfc9fe8df2afb01b61a3ab9b3b8a1d9 (diff)
downloadwheel-c1826b74eb031270fe1218ee55c9ebc5997b2bf5.tar.gz
Merged in pmoore/wheel (pull request #32)
Add a --universal flag to bdist_wheel
-rw-r--r--README.txt2
-rw-r--r--docs/index.rst5
2 files changed, 6 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index 9ca4d18..4b14821 100644
--- a/README.txt
+++ b/README.txt
@@ -19,7 +19,7 @@ line utility.
The wheel documentation is at http://wheel.rtfd.org/. The file format
is documented in PEP 427 (http://www.python.org/dev/peps/pep-0427/).
-The reference implementation is at http://bitbucket.org/dholth/wheel/
+The reference implementation is at https://bitbucket.org/pypa/wheel
Why not egg?
------------
diff --git a/docs/index.rst b/docs/index.rst
index 6b4b188..595469b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -26,6 +26,10 @@ built packages::
# Install from cached wheels
pip install --use-wheel --no-index --find-links=/tmp/wheelhouse pyramid
+
+ # Install from cached wheels remotely
+ pip install --use-wheel --no-index --find-links=https://wheelhouse.example.com/ pyramid
+
For lxml, an up to 3-minute "search for the newest version and compile"
can become a less-than-1 second "unpack from wheel".
@@ -132,6 +136,7 @@ Wheel
* Because ‘newegg’ was taken.
* Python packaging - reinvented.
* A container for cheese.
+* It makes it easier to roll out software.
.. toctree::
:maxdepth: 2