summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-03 01:11:31 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-03 01:11:31 +0200
commit9acbd27c3d33e42cc8426489165c095e991fb7af (patch)
treeb44f788c2ca11406c2406481869f0b446739c0fe
parent5ab34927f6ce281a71b8f4787f49c5082509161c (diff)
downloadpep8-9acbd27c3d33e42cc8426489165c095e991fb7af.tar.gz
Distribute a universal wheel file, .whl
-rw-r--r--CHANGES.txt2
-rw-r--r--README.rst4
-rw-r--r--setup.cfg2
3 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index df9ad1d..195604d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,8 @@ Changelog
* Fix E501 not detected in comments with Python 2.5.
+* Distribute a universal wheel file.
+
1.5.1 (2014-03-27)
------------------
diff --git a/README.rst b/README.rst
index 8c8087a..90c7fb5 100644
--- a/README.rst
+++ b/README.rst
@@ -82,6 +82,10 @@ Links
:target: https://travis-ci.org/jcrocholl/pep8
:alt: Build status
+.. image:: https://pypip.in/wheel/pep8/badge.png
+ :target: https://pypi.python.org/pypi/pep8
+ :alt: Wheel Status
+
* `Read the documentation <http://pep8.readthedocs.org/>`_
* `Fork me on GitHub <http://github.com/jcrocholl/pep8>`_
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..5e40900
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[wheel]
+universal = 1