Skip to content

Commit

Permalink
Fix up README
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed Mar 7, 2020
1 parent c8ccce8 commit 25a0660
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Introduction: what is pyelftools?
---------------------------------
==========
pyelftools
==========

.. image:: https://travis-ci.org/eliben/pyelftools.png?branch=master
:align: center
:target: https://travis-ci.org/eliben/pyelftools

**pyelftools** is a pure-Python library for parsing and analyzing ELF files
and DWARF debugging information. See the
Expand All @@ -10,7 +15,7 @@ Pre-requisites
--------------

As a user of **pyelftools**, one only needs Python to run. It works with
Python versions 2.7 and 3.x (x >= 4). For hacking on **pyelftools** the
Python versions 2.7 and 3.x (x >= 5). For hacking on **pyelftools** the
requirements are a bit more strict, please see the
`hacking guide <https://github.com/eliben/pyelftools/wiki/Hacking-guide>`_.

Expand Down Expand Up @@ -48,13 +53,3 @@ License

**pyelftools** is open source software. Its code is in the public domain. See
the ``LICENSE`` file for more details.

CI Status
---------

**pyelftools** has automatic testing enabled through the convenient
`Travis CI project <https://travis-ci.org>`_. Here is the latest build status:

.. image:: https://travis-ci.org/eliben/pyelftools.png?branch=master
:align: center
:target: https://travis-ci.org/eliben/pyelftools

0 comments on commit 25a0660

Please sign in to comment.