diff --git a/setup.py b/setup.py index e9ad440..49a426c 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setuptools.setup( ], entry_points={ "console_scripts": [ - "instagram_locations=instagram_locations.instagram_locations:main", + "instagram-location-search=instagram_locations.instagram_locations:main", ] }, )