setup.py

branch
trunk
changeset 18
1600807a32bd
parent 11
a2ca41a85243
child 19
bb6e9f4af1a5
equal deleted inserted replaced
17:481a2b4be471 18:1600807a32bd
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 from distutils.core import setup 3 from distutils.core import setup
4 4
5 setup(name="x", 5 setup(name="x",
6 version = "2.0", 6 version = "3.0",
7 description = "Script to intelligently extract multiple archive types", 7 description = "Script to intelligently extract multiple archive types",
8 author = "Brett Smith", 8 author = "Brett Smith",
9 author_email = "brettcsmith@brettcsmith.org", 9 author_email = "brettcsmith@brettcsmith.org",
10 url = "http://www.brettcsmith.org/2006/x", 10 url = "http://www.brettcsmith.org/2006/x",
11 scripts = ['scripts/x'], 11 scripts = ['scripts/x'],
12 license = "GNU General Public License, version 2 or later"
12 ) 13 )

mercurial