mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
add missing comma in setup.py
This commit is contained in:
parent
355b08262d
commit
96aacf1752
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -23,7 +23,7 @@ setup(name='fdroidserver',
|
||||||
(data_prefix + '/share/doc/fdroidserver/examples',
|
(data_prefix + '/share/doc/fdroidserver/examples',
|
||||||
['buildserver/config.buildserver.py',
|
['buildserver/config.buildserver.py',
|
||||||
'examples/config.py',
|
'examples/config.py',
|
||||||
'examples/fdroid-icon.png'
|
'examples/fdroid-icon.png',
|
||||||
'examples/makebuildserver.config.py',
|
'examples/makebuildserver.config.py',
|
||||||
'examples/opensc-fdroid.cfg',
|
'examples/opensc-fdroid.cfg',
|
||||||
'examples/public-read-only-s3-bucket-policy.json',
|
'examples/public-read-only-s3-bucket-policy.json',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue