Skip to content

Commit

Permalink
Updated setup.py with LGPLv2 license, consistent name and set version…
Browse files Browse the repository at this point in the history
… to 0.2
  • Loading branch information
phil777 committed Apr 14, 2017
1 parent a92b32e commit bfd81ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
from distutils.core import setup

setup(
name = 'ELF-Esteem',
version = '0.1',
name = 'ELFEsteem',
version = '0.2',
packages=['elfesteem'],
scripts = ['elfcli'],
# Metadata
author = 'Philippe BIONDI',
author_email = 'phil(at)secdev.org',
description = 'ELF-Esteem: ELF file manipulation library',
license = 'GPLv2',
description = 'ELFEsteem: ELF/PE/Mach-O file manipulation library',
license = 'LGPLv2',
# keywords = '',
# url = '',
)

0 comments on commit bfd81ac

Please sign in to comment.