summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorPaul Moore <p.f.moore@gmail.com>2012-09-10 14:27:59 +0100
committerPaul Moore <p.f.moore@gmail.com>2012-09-10 14:27:59 +0100
commit15bee378e8e491ecf078890a6c93636096a9234d (patch)
treece08fdd047912c02936c5b8b37b740f352159dcd /README.txt
parent163a8d5b3d52d37226e11d1a191b0e58ff42f7d3 (diff)
downloadwheel-15bee378e8e491ecf078890a6c93636096a9234d.tar.gz
Make README pure-ASCII, to avoid messing up pip install from sdist on Windows
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 92f5375..7114421 100644
--- a/README.txt
+++ b/README.txt
@@ -7,9 +7,9 @@ A built-package format for Python.
A wheel is a ZIP-format archive with a specially formatted filename and
the .whl extension. It is designed to contain all the files for a PEP 376
compatible install in a way that is very close to the on-disk format. Many
-packages will be properly installed with only the “Unpack” step
+packages will be properly installed with only the "Unpack" step
(simply extracting the file onto sys.path), and the unpacked archive
-preserves enough information to “Spread” (copy data and scripts to their
+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