mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
fix example files install in setup.py
This also makes the file layout in git basically the same as the installed file layout, using an examples/ dir. I'm not sure if config.buildserver.py is an example conf file, or a conf file that is actually in use, so I did not move it.
This commit is contained in:
parent
525759b235
commit
a31f4571c2
4 changed files with 5 additions and 5 deletions
8
setup.py
8
setup.py
|
@ -13,10 +13,10 @@ setup(name='FDroidServer',
|
|||
scripts=['fdroid', 'fd-commit'],
|
||||
data_files=[
|
||||
('share/doc/fdroidserver/examples',
|
||||
[ 'config.buildserver.py',
|
||||
'sampleconfigs/config.sample.py',
|
||||
'sampleconfigs/makebs.config.sample.py',
|
||||
'fdroid-icon.png']),
|
||||
[ 'buildserver/config.buildserver.py',
|
||||
'examples/config.py',
|
||||
'examples/makebs.config.py',
|
||||
'fdroid-icon.png']),
|
||||
],
|
||||
install_requires=[
|
||||
'python-magic',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue