From afa5a1c1ed6b10ffa9aae60c4a50c0adaed0c67f Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 30 Oct 2020 17:53:34 +0100 Subject: wip: notes on packaging --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dd1834c..cdf4502 100644 --- a/setup.py +++ b/setup.py @@ -20,12 +20,11 @@ with open("README.md", "r") as fh: "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], - python_requires=">=3.6", + python_requires=">=3.5", zip_safe=False, entry_points={"console_scripts": [ - "fuzzycat-cluster=fuzzycat.cluster:main", - "fuzzycat-verify=fuzzycat.verify:main", - ],}, + "fuzzycat=fuzzycat.main:main" + ]}, install_requires=[ "elasticsearch>=7", # "fatcat-openapi-client", -- cgit v1.2.3