From bc0921d388d66810c3b41848a1a98925f1f06724 Mon Sep 17 00:00:00 2001 From: nico wellpott Date: Sat, 17 Apr 2021 13:48:25 +0200 Subject: packaging: rename to bl-imp * ajust setup cfg/py to use the new name . remove unnecessary variable from main --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 920adaf..b53b41b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = blimp +name = bl-imp version = attr: blimp.__version__ url = https://github.com/mightyBroccoli/blacklist_importer licence = GPLv3 @@ -31,7 +31,7 @@ where = src [options.entry_points] console_scripts = - blimp = blimp.cli:cli + bl-imp = blimp.cli:cli [tool:pytest] testpaths = tests -- cgit v1.2.3-54-g00ecf