diff --git a/setup.py b/setup.py index b56d46d..7feb055 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setuptools.setup( ], entry_points={ "console_scripts": [ - "instagram_locations=instagram_locations.main:start", + "instagram_locations=instagram_locations.instagram_locations:main", ] }, )