~smcgrath23/taskstacker/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Steve McGrath
  • Date: 2009-11-24 04:42:20 UTC
  • Revision ID: smcgrath23@gmail.com-20091124044220-k9s2bq4b3e72uvzy
Stupid setup.py error. Ready for 0.9.2 now, for real.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
      author = "Steve McGrath",
10
10
      author_email = "smcgrath23@gmail.com",
11
11
      url = "http://launchpad.net/taskstacker",
12
 
      license = "GNU General Public License (GPL)"
 
12
      license = "GNU General Public License (GPL)",
13
13
      packages = ["taskstacker"],
14
14
      data_files = [('share/taskstacker/ui', glob("ui/*.glade")),
15
15
                    ('share/taskstacker/ui', ['ui/taskstacker.svg'],