Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vmj-qt
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
vmj-qt
Commits
208e2d31
Commit
208e2d31
authored
Jul 29, 2010
by
Luci Stanescu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added blink-settings script
parent
282ff77b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
368 additions
and
3 deletions
+368
-3
blink-settings
bin/blink-settings
+365
-0
setup.py
setup.py
+3
-3
No files found.
bin/blink-settings
0 → 100644
View file @
208e2d31
This diff is collapsed.
Click to expand it.
setup.py
View file @
208e2d31
...
...
@@ -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'
]
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment