Skip to content

Commit

Permalink
Install icons to proper dir
Browse files Browse the repository at this point in the history
todo: make portable..
  • Loading branch information
TingPing committed Dec 1, 2013
1 parent db05eb8 commit 8035c0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
@@ -1,4 +1,3 @@

#!/usr/bin/env python
# -*- coding: utf-8 -*-
### BEGIN LICENSE
Expand Down Expand Up @@ -52,11 +51,11 @@ def read(fname):
'Programming Language :: Python'
],
data_files=[
('share/icons/hicolor/scalable/apps', [
('/usr/share/icons/hicolor/scalable/apps', [
'data/icons/scalable/apps/pithos-mono.svg',
'data/icons/scalable/apps/pithos.svg'
]),
('share/applications', ['pithos.desktop'])
('/usr/share/applications', ['pithos.desktop'])
],
package_data={
'pithos': [
Expand Down

0 comments on commit 8035c0e

Please sign in to comment.