From 36b9ec58b27c5f1e0c17a86e5a4bc6d2be039182 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sun, 9 Jun 2013 06:46:48 -0700 Subject: [PATCH] update readme --- README.rst | 8 ++++---- setup.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 264b898..afd6da8 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Introduction: what is pyelftools? **pyelftools** is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information. See the -`User's guide `_ +`User's guide `_ for more details. Pre-requisites @@ -12,7 +12,7 @@ Pre-requisites As a user of **pyelftools**, one only needs Python to run. It works with Python versions 2.6, 2.7 and 3.x (x >= 2). For hacking on **pyelftools** the requirements are a bit more strict, please see the -`hacking guide `_. +`hacking guide `_. Installing ---------- @@ -23,7 +23,7 @@ Installing Alternatively, you can download the source distribution for the most recent and historic versions from the *Downloads* tab on the `pyelftools project page -`_ (by going to *Tags*). Then, you can +`_ (by going to *Tags*). Then, you can install from source, as usual:: > python setup.py install @@ -37,7 +37,7 @@ How to use it? **pyelftools** is a regular Python library: you import and invoke it from your own code. For a detailed usage guide and links to examples, please consult the -`user's guide `_. +`user's guide `_. License ------- diff --git a/setup.py b/setup.py index 63fe3b1..a105774 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( author='Eli Bendersky', maintainer='Eli Bendersky', author_email='eliben@gmail.com', - url='https://bitbucket.org/eliben/pyelftools', + url='https://github.com/eliben/pyelftools', platforms='Cross Platform', classifiers = [ 'Programming Language :: Python :: 2', -- 2.30.2