Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Sublime Music
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
117
Issues
117
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sublime Music
Sublime Music
Commits
bbabe607
Verified
Commit
bbabe607
authored
Jun 07, 2020
by
Sumner Evans
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build
parent
8e851982
Pipeline
#153673975
failed with stages
in 10 minutes and 47 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
CHANGELOG.rst
CHANGELOG.rst
+1
-1
setup.py
setup.py
+3
-2
No files found.
CHANGELOG.rst
View file @
bbabe607
v0.10.
0
v0.10.
1
=======
.. TODO in next release:
...
...
setup.py
View file @
bbabe607
...
...
@@ -16,13 +16,14 @@ with open(here.joinpath("sublime", "__init__.py")) as f:
package_data_dirs
=
[
here
.
joinpath
(
"sublime"
,
"ui"
,
"icons"
),
here
.
joinpath
(
"sublime"
,
"ui"
,
"images"
),
here
.
joinpath
(
"sublime"
,
"adapters"
,
"icons"
),
here
.
joinpath
(
"sublime"
,
"adapters"
,
"images"
),
here
.
joinpath
(
"sublime"
,
"dbus"
,
"mpris_specs"
),
]
package_data_files
=
[]
for
data_dir
in
package_data_dirs
:
for
file
in
data_dir
.
iterdir
():
if
not
str
(
file
).
endswith
(
".svg"
):
continue
package_data_files
.
append
(
str
(
file
))
setup
(
...
...
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