Include example config file in debian package
This commit is contained in:
parent
6ec309a685
commit
2ff0935aff
4
setup.py
4
setup.py
|
@ -19,6 +19,8 @@ setup(name = 'fpdb',
|
||||||
('/usr/share/applications',
|
('/usr/share/applications',
|
||||||
['files/fpdb.desktop']),
|
['files/fpdb.desktop']),
|
||||||
('/usr/share/python-fpdb',
|
('/usr/share/python-fpdb',
|
||||||
['pyfpdb/logging.conf', 'pyfpdb/Cards01.png'])
|
['pyfpdb/logging.conf', 'pyfpdb/Cards01.png',
|
||||||
|
'pyfpdb/HUD_config.xml.example'
|
||||||
|
])
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user