actually exclude cfg-editor
Change-Id: I1a31fd96eb8962cff92cda349201ebff4a0dddbc
This commit is contained in:
parent
79827baf2a
commit
acf9a03aa4
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ import frappy.version
|
||||
|
||||
# cfg-editor is currently not functional
|
||||
scripts = [script for script in glob(path.join('bin', 'frappy-*'))
|
||||
if script != 'frappy-cfg-editor']
|
||||
if not script.endswith('cfg-editor')]
|
||||
|
||||
uidir = path.join(path.dirname(__file__), 'frappy', 'gui', 'ui')
|
||||
uis = [path.join('gui', 'ui', entry) for entry in listdir(uidir)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user