~bernd-sch/onehundredscopes/sshsearch

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bernd Schlapsi
  • Date: 2012-01-09 16:51:59 UTC
  • Revision ID: brot@gmx.info-20120109165159-gtw4yx3yf2n2igal
changed terminal icon to a monochrome svg icon

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        ('share/unity/lenses/sshsearch', ['sshsearch.lens']),
15
15
        ('share/dbus-1/services', ['unity-lens-sshsearch.service']),
16
16
        ('lib/unity-lens-sshsearch', ['unity-lens-sshsearch.py']),
17
 
        ('lib/unity-lens-sshsearch', ['unity-lens-sshsearch.png']),
 
17
        ('lib/unity-lens-sshsearch', ['unity-lens-sshsearch.svg']),
18
18
    ],
19
19
    cmdclass={"build": build_extra.build_extra, }
20
20
)