aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authornico wellpott <nico@magicbroccoli.de>2021-04-17 13:48:25 +0200
committernico wellpott <nico@magicbroccoli.de>2021-04-17 13:48:25 +0200
commitbc0921d388d66810c3b41848a1a98925f1f06724 (patch)
tree0bb94e9109ac230d9cd3a12896c43e06829f412e /setup.cfg
parent34fcd524788cd14a34ce7b5bdb2dc2797f0fcbc6 (diff)
packaging: rename to bl-imp
* ajust setup cfg/py to use the new name . remove unnecessary variable from main
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
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