diff --git a/setup.py b/setup.py index be807e0..5de6e1e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ ], entry_points={ 'console_scripts': [ - 'my_project=src.main:main', + 'my_project=main:main', ], }, )