diff --git a/setup.py b/setup.py index 528ca29..c516de1 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ setup( name = 'makeelf', - packages = ['makeelf'], - version = '0.2.0', + packages = ['makeelf', 'makeelf.type'], + version = '0.2.1', description = 'ELF reader-writer library', url = 'https://github.com/v3l0c1r4pt0r/makeelf', author = 'v3l0c1r4pt0r',