2012-09-06 | Paul Boddie | file changeset files shortlog | Updated release information and packaging. |
paulb@9 | 1 | #! /usr/bin/env python |
paulb@9 | 2 | |
paulb@9 | 3 | from distutils.core import setup |
paulb@9 | 4 | |
paulb@9 | 5 | setup( |
paulb@9 | 6 | name = "desktop", |
paulb@9 | 7 | description = "Simple desktop integration for Python.", |
paulb@9 | 8 | author = "Paul Boddie", |
paulb@9 | 9 | author_email = "paul@boddie.org.uk", |
paulb@20 | 10 | url = "http://www.python.org/pypi/desktop", |
paul@73 | 11 | version = "0.4.1", |
paulb@54 | 12 | packages = ["desktop"] |
paulb@9 | 13 | ) |