diff --git a/setup.py b/setup.py index 57677e8..b7e6486 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,17 @@ from distutils.core import setup import py2exe setup( + name = 'liveusb-creator', + version = '0.3.0', + packages = ['liveusb', 'liveusb/urlgrabber'], + scripts = ['liveusb-creator'], + license = 'GNU General Public License (GPL)', + url = 'https://fedorahosted.org/liveusb-creator', + description = 'This tool installs a Fedora LiveCD ISO on to a USB stick', + long_description = 'liveusb-creator is a cross-platform tool for easily installing live operating systems on to USB flash drives', + platforms = ['any'], + maintainer = 'http://fedoraproject.org/wiki/LukeMacken', + maintainer_email = 'lmacken@redhat.com', windows = [ { "script" : "liveusb-creator",