mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 07:52:35 +03:00
install sample config files in a standard location
This means they'll automatically be installed in the right place by the packaging processes of various UNIX distros, and then that makes it easy for the upcoming 'fdroid init' to find them.
This commit is contained in:
parent
a8810b809a
commit
94342ee43c
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
@ -11,6 +11,11 @@ setup(name='FDroidServer',
|
|||
url='http://f-droid.org',
|
||||
packages=['fdroidserver'],
|
||||
scripts=['fdroid'],
|
||||
data_files=[
|
||||
('share/doc/fdroidserver/examples',
|
||||
['config.buildserver.py', 'config.sample.py', 'makebs.config.sample.py',
|
||||
'fdroid-icon.png']),
|
||||
],
|
||||
install_requires=[
|
||||
'python-magic',
|
||||
'PIL',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue