Commit f0ef17174bee15e42f371db1a7cd36f80386c52b
1 parent
e87c0b10
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,7 +60,7 @@ classifiers=[ | ||
| 60 | packages=[ | 60 | packages=[ |
| 61 | "oletools", | 61 | "oletools", |
| 62 | 'oletools.thirdparty', | 62 | 'oletools.thirdparty', |
| 63 | - 'oletools.thirdparty.OleFileIO_PL', | 63 | + 'oletools.thirdparty.olefile', |
| 64 | 'oletools.thirdparty.easygui', | 64 | 'oletools.thirdparty.easygui', |
| 65 | 'oletools.thirdparty.xxxswf', | 65 | 'oletools.thirdparty.xxxswf', |
| 66 | ] | 66 | ] |
| @@ -138,7 +138,7 @@ package_data={ | @@ -138,7 +138,7 @@ package_data={ | ||
| 138 | + rglob('oletools/doc', 'doc', '*.md') | 138 | + rglob('oletools/doc', 'doc', '*.md') |
| 139 | + rglob('oletools/doc', 'doc', '*.png'), | 139 | + rglob('oletools/doc', 'doc', '*.png'), |
| 140 | 140 | ||
| 141 | - 'oletools.thirdparty.OleFileIO_PL': [ | 141 | + 'oletools.thirdparty.olefile': [ |
| 142 | 'README.txt', | 142 | 'README.txt', |
| 143 | 'LICENSE.txt', | 143 | 'LICENSE.txt', |
| 144 | ], | 144 | ], |