move fdroid-icon.png to examples/

This commit is contained in:
Hans-Christoph Steiner 2014-04-01 16:57:49 -04:00
parent d21bddc159
commit 8ef6546f81
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -101,7 +101,7 @@ def main():
else:
# we're running straight out of the git repo
prefix = tmp
examplesdir = prefix
examplesdir = prefix + '/examples'
fdroiddir = os.getcwd()

View File

@ -16,7 +16,7 @@ setup(name='FDroidServer',
[ 'buildserver/config.buildserver.py',
'examples/config.py',
'examples/makebs.config.py',
'fdroid-icon.png']),
'examples/fdroid-icon.png']),
],
install_requires=[
'python-magic',