Skip to content

Commit

Permalink
setup.py: add long description
Browse files Browse the repository at this point in the history
  • Loading branch information
v3l0c1r4pt0r committed Mar 13, 2018
1 parent 5d41ff5 commit 3f8b47c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules',
],
long_description = '''MakeELF is a Python library to parse, modify and create ELF binaries. It provides following features:
- easy to use, standard Python interface
- reading existing ELF files to Python representation
- modification of every aspect of ELF format structures
- ability to skip any validation to test other parsers for potential errors
- creating new valid ELF files with just one step
- easy serialization of every structure present in ELF file
''',
)

0 comments on commit 3f8b47c

Please sign in to comment.