We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab3492 commit 9acbd27Copy full SHA for 9acbd27
3 files changed
CHANGES.txt
@@ -9,6 +9,8 @@ Changelog
9
10
* Fix E501 not detected in comments with Python 2.5.
11
12
+* Distribute a universal wheel file.
13
+
14
15
1.5.1 (2014-03-27)
16
------------------
README.rst
@@ -82,6 +82,10 @@ Links
82
:target: https://travis-ci.org/jcrocholl/pep8
83
:alt: Build status
84
85
+.. image:: https://pypip.in/wheel/pep8/badge.png
86
+ :target: https://pypi.python.org/pypi/pep8
87
+ :alt: Wheel Status
88
89
* `Read the documentation <http://pep8.readthedocs.org/>`_
90
91
* `Fork me on GitHub <http://github.com/jcrocholl/pep8>`_
setup.cfg
@@ -0,0 +1,2 @@
1
+[wheel]
2
+universal = 1
0 commit comments