From 5ba03e8e40c789973b8af84c1c9978785a3f01fb Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand Date: Sun, 13 Nov 2016 18:58:11 +0300 Subject: [PATCH] install work with pip --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6ca8486..6f83acd 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name="notes_analysis", 'path.py', ], entry_points = { - "console_scripts": ['generate_bilan = generate_bilan.generate_bilan:main'] + "console_scripts": ['generate_bilan = notes_tools.generate_bilan.__main__:main'] }, zip_safe=False )