setup.py

branch
trunk
changeset 42
4a4cab75d5e6
parent 28
4d88f2231d33
child 45
37d555407334
equal deleted inserted replaced
41:e3675644bbb6 42:4a4cab75d5e6
5 setup(name="dtrx", 5 setup(name="dtrx",
6 version = "5.0", 6 version = "5.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/2007/dtrx", 10 url = "http://www.brettcsmith.org/2007/dtrx/",
11 scripts = ['scripts/dtrx'], 11 scripts = ['scripts/dtrx'],
12 license = "GNU General Public License, version 3 or later" 12 license = "GNU General Public License, version 3 or later"
13 ) 13 )

mercurial