setup.py

branch
trunk
changeset 121
957d19158b7e
parent 119
75152089f36a
child 124
19c34f5fc8eb
equal deleted inserted replaced
120:0b13df37c884 121:957d19158b7e
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.4", 6 version = "6.5",
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 download_url = "http://www.brettcsmith.org/2007/dtrx/", 11 download_url = "http://www.brettcsmith.org/2007/dtrx/",

mercurial