From 19470f627cfd12bb2efee4f020bb050b57fa1b50 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 18 Feb 2021 23:45:19 +0100 Subject: fix entry point --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4e9c920..92c1396 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ with open("README.md", "r") as fh: python_requires=">=3.5", zip_safe=False, entry_points={"console_scripts": [ - "fuzzycat=fuzzycat" + "fuzzycat=fuzzycat:__main__" ]}, install_requires=[ "elasticsearch", -- cgit v1.2.3