From a58827dd296a06074190d92cee03e1e415097ac7 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Sun, 12 Mar 2023 13:31:15 +0000 Subject: [PATCH] fixes #11 bad path naming --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] }, )