setup.py

branch
trunk
changeset 93
6c20788653a8
parent 89
fc0d6a3fde53
child 101
014efef1a48f
equal deleted inserted replaced
92:d9319958bb5a 93:6c20788653a8
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="dtrx", 5 setup(name="dtrx",
6 version = "6.2", 6 version = "6.3",
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'],

mercurial