Remove unneeded files now that we don't split
This commit is contained in:
parent
d5ef2c25ff
commit
cbba0e4cd7
3 changed files with 1 additions and 704 deletions
2
setup.py
2
setup.py
|
|
@ -10,7 +10,7 @@ setup(name='pungi',
|
|||
license='GPLv2',
|
||||
package_dir = {'': 'src'},
|
||||
packages = ['pypungi'],
|
||||
scripts = ['src/bin/pungi.py', 'src/bin/pkgorder'],
|
||||
scripts = ['src/bin/pungi.py'],
|
||||
data_files=[('/usr/share/pungi', glob.glob('share/*'))]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue