diff --git a/setup.cfg b/setup.cfg index 15832e3..f7c0bf9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,4 +38,4 @@ pyinstaller40 = # to PyInstaller for each string in the sequence. # # In this project, the function is ``get_hook_dirs``. - hook-dirs = pre_edited_cs.__pyinstaller:get_hook_dirs \ No newline at end of file + hook-dirs = __pyinstaller:get_hook_dirs \ No newline at end of file