Skip to content

Commit

Permalink
setup.py: Add missing .type package
Browse files Browse the repository at this point in the history
By the way bump version for distutils
  • Loading branch information
v3l0c1r4pt0r committed Mar 13, 2018
1 parent 3f8b47c commit e86f22b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e86f22b

Please sign in to comment.