mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Add setup.py to pep8+pyflakes hook, fix it
This commit is contained in:
parent
eb81375630
commit
880f75110e
2 changed files with 22 additions and 21 deletions
|
@ -6,7 +6,7 @@
|
||||||
# Redirect output to stderr.
|
# Redirect output to stderr.
|
||||||
exec 1>&2
|
exec 1>&2
|
||||||
|
|
||||||
FILES="fdroid makebuildserver examples/*.py buildserver/*.py fdroidserver/*.py"
|
FILES="fdroid makebuildserver setup.py examples/*.py buildserver/*.py fdroidserver/*.py"
|
||||||
|
|
||||||
cmd_exists() {
|
cmd_exists() {
|
||||||
command -v $1 1>/dev/null
|
command -v $1 1>/dev/null
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -25,7 +25,8 @@ setup(name='fdroidserver',
|
||||||
'examples/makebs.config.py',
|
'examples/makebs.config.py',
|
||||||
'examples/opensc-fdroid.cfg',
|
'examples/opensc-fdroid.cfg',
|
||||||
'examples/fdroid-icon.png']),
|
'examples/fdroid-icon.png']),
|
||||||
('fdroidserver/getsig', ['fdroidserver/getsig/getsig.class'])
|
('fdroidserver/getsig',
|
||||||
|
['fdroidserver/getsig/getsig.class']),
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'mwclient',
|
'mwclient',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue