aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-02-18 23:45:19 +0100
committerMartin Czygan <martin.czygan@gmail.com>2021-02-18 23:45:19 +0100
commit19470f627cfd12bb2efee4f020bb050b57fa1b50 (patch)
tree740eaf6aabf1736e16093efa0b5c490937bd72a0
parent8b94b467c3018624666dccddb00dee22965a1379 (diff)
downloadfuzzycat-19470f627cfd12bb2efee4f020bb050b57fa1b50.tar.gz
fuzzycat-19470f627cfd12bb2efee4f020bb050b57fa1b50.zip
fix entry point
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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",