Commit ce8cfb392a2ce2cd119083796b6873b2bfcd6c5c
Merged in MastaDisasta/oletools/MastaDisasta/setuppy-change-olefileio_pl-to-olef…
…ile-1418252979242 (pull request #1) setup.py change OleFileIO_PL to olefile
Showing
1 changed file
with
2 additions
and
2 deletions
setup.py
| ... | ... | @@ -60,7 +60,7 @@ classifiers=[ |
| 60 | 60 | packages=[ |
| 61 | 61 | "oletools", |
| 62 | 62 | 'oletools.thirdparty', |
| 63 | - 'oletools.thirdparty.OleFileIO_PL', | |
| 63 | + 'oletools.thirdparty.olefile', | |
| 64 | 64 | 'oletools.thirdparty.easygui', |
| 65 | 65 | 'oletools.thirdparty.xxxswf', |
| 66 | 66 | ] |
| ... | ... | @@ -138,7 +138,7 @@ package_data={ |
| 138 | 138 | + rglob('oletools/doc', 'doc', '*.md') |
| 139 | 139 | + rglob('oletools/doc', 'doc', '*.png'), |
| 140 | 140 | |
| 141 | - 'oletools.thirdparty.OleFileIO_PL': [ | |
| 141 | + 'oletools.thirdparty.olefile': [ | |
| 142 | 142 | 'README.txt', |
| 143 | 143 | 'LICENSE.txt', |
| 144 | 144 | ], | ... | ... |