Skip to content

Commit 9acbd27

Browse files
committed
Distribute a universal wheel file, .whl
1 parent 5ab3492 commit 9acbd27

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Changelog
99

1010
* Fix E501 not detected in comments with Python 2.5.
1111

12+
* Distribute a universal wheel file.
13+
1214

1315
1.5.1 (2014-03-27)
1416
------------------

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ Links
8282
:target: https://travis-ci.org/jcrocholl/pep8
8383
:alt: Build status
8484

85+
.. image:: https://pypip.in/wheel/pep8/badge.png
86+
:target: https://pypi.python.org/pypi/pep8
87+
:alt: Wheel Status
88+
8589
* `Read the documentation <http://pep8.readthedocs.org/>`_
8690

8791
* `Fork me on GitHub <http://github.com/jcrocholl/pep8>`_

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[wheel]
2+
universal = 1

0 commit comments

Comments
 (0)