summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-03-11 21:26:18 +0100
committermakefu <github@syntax-fehler.de>2020-03-11 21:26:18 +0100
commitf63c4d3b4bbcae173f8ef27f0f62b7d48dace6b1 (patch)
tree1597c9d787e490b31685887b72bfad308116c8e8 /setup.py
parent1ab0949f9d8e97aafafbd347a625fd97eeaa48a3 (diff)
ebk-raw: init
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e4a01da..7385e7c 100644
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,10 @@ setup(
"requests",
"docopt"
],
- entry_points={"console_scripts": ["ebk-notify = ebknotify.cli:main"]},
+ entry_points={"console_scripts": [
+ "ebk-notify = ebknotify.cli:main",
+ "ebk-raw = ebknotify.raw:main"
+ ]},
classifiers=[
"Intended Audience :: Human",
"Natural Language :: English",