1.0.0 release. Woohoo!
Remove dead config files. No longer use an /etc directory.
This commit is contained in:
parent
29d033e838
commit
b8457e64d5
23 changed files with 21 additions and 14425 deletions
4
setup.py
4
setup.py
|
|
@ -2,7 +2,7 @@ from distutils.core import setup
|
|||
import glob
|
||||
|
||||
setup(name='pungi',
|
||||
version='0.5.0',
|
||||
version='1.0.0',
|
||||
description='Distribution compose tool',
|
||||
author='Jesse Keating',
|
||||
author_email='jkeating@redhat.com',
|
||||
|
|
@ -10,6 +10,6 @@ setup(name='pungi',
|
|||
license='GPL',
|
||||
packages = ['pypungi'],
|
||||
scripts = ['pungi'],
|
||||
data_files=[('/etc/pungi', glob.glob('config/*')), ('/usr/share/pungi', glob.glob('share/*'))]
|
||||
data_files=[('/usr/share/pungi', glob.glob('share/*'))]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue