Commit 208e2d31 authored by Luci Stanescu's avatar Luci Stanescu

Added blink-settings script

parent 282ff77b
This diff is collapsed.
......@@ -26,10 +26,10 @@ setup(name = "blink",
"Programming Language :: Python"
],
packages = find_packages('blink'),
data_files = [('bin', ['bin/blink']),
('share/blink', glob.glob('resources/*.ui')),
data_files = [('share/blink', glob.glob('resources/*.ui')),
('share/blink/icons', glob.glob('resources/icons/*.png')+glob.glob('resources/icons/*.svg')),
('share/blink/sounds', glob.glob('resources/sounds/*.wav'))
]
],
scripts = ['bin/blink', 'bin/blink-settings']
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment