aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2021-03-09 01:36:20 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2021-03-09 01:36:20 -0500
commit2295f42d515d46aa8175a956ebbde33292d442b2 (patch)
treeeea25e1a42e9ff75ad24e43ab173ce9997c58970 /setup.py
parentfee4186f4ad11ec78f745d13665e45fd84625420 (diff)
downloadlog_raider-2295f42d515d46aa8175a956ebbde33292d442b2.tar.gz
Split main into cli/jenkins.py
* Add verbose_{enable, disable} * printv function uses stderr
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1f72777..a53b89c 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ setup(
],
entry_points={
"console_scripts": [
- "log_raider_jenkins = log_raider.jenkins:main",
+ "log_raider_jenkins = log_raider.cli.jenkins:main",
],
},
author="Joseph Hunkeler",