diff --git a/setup.py b/setup.py index 2e94427..28f89d0 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,6 @@ "License :: OSI Approved :: MIT License", "Topic :: Desktop Environment :: File Managers" ], - entry_points={"console_scripts":["fmover = fmover.__main__:main"]}, + entry_points={"console_scripts":["fmover = src.fmover.__main__:main"]}, install_requires=["notifypy>=1.0.3.0", "osxmetadata>=1.2.2", "appdirs"] )