[iep] 02/03: cherry-pick upstream patch to fix launcher error

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Dec 15 16:35:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository iep.

commit 54e9dd3a8ecdb67e11c965a8a2dcefe6969e6b06
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Dec 15 15:53:45 2014 +0000

    cherry-pick upstream patch to fix launcher error
---
 setup.py | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index ecc9c64..088a6aa 100644
--- a/setup.py
+++ b/setup.py
@@ -77,7 +77,6 @@ setup(
           'Operating System :: POSIX',
           'Programming Language :: Python :: 3',
           ],
-
-    entry_points = {'console_scripts': ['iep = ieplauncher',],
-                   },
+        
+    entry_points = {'console_scripts': ['iep = iep.__main__',], },
     )

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/iep.git



More information about the debian-science-commits mailing list