commit | e56c5be648b4ac51dcb6d252d11f286f744e4a76 | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Fri Dec 23 09:42:37 2011 +0200 |
committer | Eli Bendersky <eliben@gmail.com> | Fri Dec 23 09:42:37 2011 +0200 |
tree | 401e22cd6a35d7476b68ee46595ea10f21d2127e | |
parent | ce5d1878bb1aa469882ad60a1a50601fd9326890 [diff] [blame] |
fixed setup script to include internal packages as well, and removed ^M from README
diff --git a/setup.py b/setup.py index d944624..843c72d 100644 --- a/setup.py +++ b/setup.py
@@ -33,7 +33,13 @@ classifiers = [ 'Programming Language :: Python :: 2',], - packages=['elftools'], + packages=[ + 'elftools', + 'elftools.elf', + 'elftools.common', + 'elftools.dwarf', + 'elftools.construct', 'elftools.construct.lib', + ], scripts=['scripts/readelf.py'], )