From 25a0660ab27cce42275c0743e6b1a215c5a06e33 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sat, 7 Mar 2020 06:26:31 -0800 Subject: [PATCH] Fix up README --- README.rst | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index c16edbd..6b9e2bd 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 `_. @@ -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 `_. 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 -- 2.30.2