~jconti/recent-notifications/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Jason Conti
  • Date: 2011-05-18 22:40:28 UTC
  • Revision ID: jason.conti@gmail.com-20110518224028-lxnmsaucjsjw7ok9
Removing unused icons from the install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
            "icons/notification-low.svg",
62
62
            "icons/notification-normal.svg",
63
63
            "icons/humanity-notification-read.svg",
64
 
            "icons/humanity-notification-unread.svg",
65
 
            "icons/notification-read.svg",
66
 
            "icons/notification-unread.svg"])
 
64
            "icons/humanity-notification-unread.svg"])
67
65
    ],
68
66
    cmdclass={
69
67
      "build": build_extra.build_extra,