lorax.py -> lorax

This commit is contained in:
David Cantrell 2008-10-04 19:53:33 -10:00
parent 5623014506
commit c01846d9ae
1 changed files with 1 additions and 1 deletions

View File

@ -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/*'))]
)