Commit f0ef17174bee15e42f371db1a7cd36f80386c52b

Authored by MastaDisasta
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 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 ],
... ...