setup.py

Sat, 10 Feb 2007 16:43:44 -0500

author
brett
date
Sat, 10 Feb 2007 16:43:44 -0500
branch
trunk
changeset 19
bb6e9f4af1a5
parent 18
1600807a32bd
child 28
4d88f2231d33
permissions
-rw-r--r--

[svn] Rename the program to dtrx.

Add a -l/-t option, which just lists the contents of an archive without
extracting anything.

#!/usr/bin/env python

from distutils.core import setup

setup(name="dtrx",
      version = "4.0",
      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 2 or later"
     )

mercurial