setup.py

Thu, 11 Dec 2008 21:19:26 -0500

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Thu, 11 Dec 2008 21:19:26 -0500
branch
trunk
changeset 100
7353b443dc98
parent 93
6c20788653a8
child 101
014efef1a48f
permissions
-rw-r--r--

Fix crasher bug when extracting empty archives.

#!/usr/bin/env python

from distutils.core import setup

setup(name="dtrx",
      version = "6.3",
      description = "Script to intelligently extract multiple archive types",
      author = "Brett Smith",
      author_email = "brettcsmith@brettcsmith.org",
      url = "http://www.brettcsmith.org/2007/dtrx/",
      scripts = ['scripts/dtrx'],
      license = "GNU General Public License, version 3 or later"
     )

mercurial