From 8a9112376605be42e330bca28dae875f148aa95a Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Thu, 2 Dec 2010 13:37:06 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f00406ef..5b936030 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ setup(name="lorax", license="GPLv2+", packages=["pylorax"], package_dir={"" : "src"}, - scripts=["src/bin/lorax"], + #scripts=["src/bin/lorax"], data_files=data_files )