mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Updated setup.py for yaml files
This commit is contained in:
parent
580c9f7850
commit
b7c98c6ad1
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -21,8 +21,8 @@ setup(
|
|||
author='dslackw',
|
||||
url='https://dslackw.gitlab.io/slpkg/',
|
||||
package_data={'': ['LICENSE.txt', 'README.rst', 'ChangeLog.txt']},
|
||||
data_files=[('/etc/slpkg', ['configs/slpkg.json']),
|
||||
('/etc/slpkg', ['configs/blacklist.json']),
|
||||
data_files=[('/etc/slpkg', ['configs/slpkg.yaml']),
|
||||
('/etc/slpkg', ['configs/blacklist.yaml']),
|
||||
('/var/lib/slpkg/database', []),
|
||||
('/var/lib/slpkg/repository', []),
|
||||
('/tmp/slpkg/build', [])],
|
||||
|
|
Loading…
Reference in a new issue