aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMykyta Holubakha <hilobakho@gmail.com>2017-05-31 01:29:58 +0300
committerMykyta Holubakha <hilobakho@gmail.com>2017-05-31 01:29:58 +0300
commit3ac0572f352aaf234199fb7dfa91b7bbafd18fc7 (patch)
tree5e43a396f17fc5232a22d9d4c80d1a800ad10021 /setup.py
parentRefactoring (diff)
downloadpomu-3ac0572f352aaf234199fb7dfa91b7bbafd18fc7.tar.gz
pomu-3ac0572f352aaf234199fb7dfa91b7bbafd18fc7.tar.bz2
pomu-3ac0572f352aaf234199fb7dfa91b7bbafd18fc7.zip
Renamed pomu.py to cli.py
fix util import
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 ad8a8f3..a4de1e1 100644
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,6 @@ setup(
#todo: properly depend on portage
install_requires=['Click', 'GitPython'],
entry_points={
- 'console_scripts':['pomu = pomu.pomu:main']
+ 'console_scripts':['pomu = pomu.cli:main']
}
)