From c01846d9aeaace344c40e092728a6e206472f1e5 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sat, 4 Oct 2008 19:53:33 -1000 Subject: [PATCH] lorax.py -> lorax --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 619b6bb7..a72848b4 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup(name='lorax', license='GPLv2+', package_dir = {'': 'src'}, packages = ['pylorax'], - scripts = ['src/bin/lorax.py'], + scripts = ['src/bin/lorax'], data_files = [('/usr/share/lorax', glob.glob('share/*')), ('/etc/lorax', glob.glob('etc/*'))] )