~mikaelsahlstrom/onehundredscopes/spotify

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Mikael Sahlström
  • Date: 2012-01-11 10:24:30 UTC
  • Revision ID: mick.sahlstrom@gmail.com-20120111102430-mlicf0uxvtcyddvj
Moved daemon install path. Will now install in /opt/unity-scope-spotify/ as per new packeing standard.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
      url="http://launchpad.net/onehundredscopes",
11
11
      license="GNU General Public License (GPL)",
12
12
      data_files=[
13
 
    ('lib/unity-scope-spotify', ['src/unity-scope-spotify']),
 
13
    ('/opt/unity-scope-spotify', ['src/unity-scope-spotify']),
14
14
    ('share/dbus-1/services', ['unity-scope-spotify.service']),
15
15
    ('share/unity/lenses/music', ['spotify.scope']),
16
16
    ], cmdclass={"build":  build_extra.build_extra, })