diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-04-03 01:11:31 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-04-03 01:11:31 +0200 |
commit | 9acbd27c3d33e42cc8426489165c095e991fb7af (patch) | |
tree | b44f788c2ca11406c2406481869f0b446739c0fe | |
parent | 5ab34927f6ce281a71b8f4787f49c5082509161c (diff) | |
download | pep8-9acbd27c3d33e42cc8426489165c095e991fb7af.tar.gz |
Distribute a universal wheel file, .whl
-rw-r--r-- | CHANGES.txt | 2 | ||||
-rw-r--r-- | README.rst | 4 | ||||
-rw-r--r-- | setup.cfg | 2 |
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) ------------------ @@ -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 |