changeset 18:db27f548daa8 0.2.1

Fix incorrect entry point.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 04 Jan 2017 09:19:09 -0800
parents 094c847e6120
children 6e8d5d95f6b5
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Jan 04 09:15:44 2017 -0800
+++ b/setup.py	Wed Jan 04 09:19:09 2017 -0800
@@ -37,6 +37,6 @@
     install_requires=install_requires,
     entry_points={
         'console_scripts': [
-            'jouvence = jouvence.cli.main'
+            'jouvence = jouvence.cli:main'
         ]}
 )