Skip to content

Commit 0b98f09

Browse files
committed
README: add PyPI and Travis badges
1 parent 6faae19 commit 0b98f09

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
bytecode
33
********
44

5+
.. image:: https://img.shields.io/pypi/v/bytecode.svg
6+
:alt: Latest release on the Python Cheeseshop (PyPI)
7+
:target: https://pypi.python.org/pypi/bytecode
8+
9+
.. image:: https://travis-ci.org/haypo/bytecode.svg?branch=master
10+
:alt: Build status of bytecode on Travis CI
11+
:target: https://travis-ci.org/haypo/bytecode
12+
513
``bytecode`` is a Python module to generate and modify bytecode.
614

715
* `bytecode project homepage at GitHub

0 commit comments

Comments
 (0)