setup.py

Sun, 13 Jul 2008 18:11:08 -0400

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Sun, 13 Jul 2008 18:11:08 -0400
branch
trunk
changeset 75
856de7e8f494
parent 74
dd577317bccb
child 89
fc0d6a3fde53
permissions
-rw-r--r--

Update for 6.1, plus some tweaks here and there.

#!/usr/bin/env python

from distutils.core import setup

setup(name="dtrx",
      version = "6.1",
      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