Add pkgorder script to setup.py

This commit is contained in:
Jesse Keating 2008-06-23 10:29:31 -04:00
parent 15c5b80e87
commit 0670212e14
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ setup(name='pungi',
package_dir = {'': 'src'},
packages = ['pypungi'],
scripts = ['src/bin/pungi.py'],
scripts = ['src/bin/pkgorder'],
data_files=[('/usr/share/pungi', glob.glob('share/*'))]
)