Skip to content

Commit

Permalink
Refs #1, setuptools complaning about trailing slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
stdevPavelmc committed Feb 26, 2019
1 parent ad581b6 commit 541fdd1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,16 +76,16 @@
},

data_files={
('share/applications/', (
('share/applications', (
'skyflash/data/skyflash.desktop',
)),
('share/icons/', (
('share/icons', (
'skyflash/data/skyflash.png',
)),
('share/skyflash/', (
('share/skyflash', (
'skyflash/data/skyflash.qml',
)),
('bin/', (
('bin', (
'skyflash/data/skyflash-cli',
)),
},
Expand Down

0 comments on commit 541fdd1

Please sign in to comment.