setup.py

Tue, 05 May 2009 21:04:52 -0400

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Tue, 05 May 2009 21:04:52 -0400
branch
trunk
changeset 111
09be2149c500
parent 101
014efef1a48f
child 119
75152089f36a
permissions
-rw-r--r--

add support for LZMA-compressed tar file extensions

#!/usr/bin/env python

from distutils.core import setup

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