setup.py

Sun, 20 Jan 2008 12:00:35 -0500

author
brett
date
Sun, 20 Jan 2008 12:00:35 -0500
branch
trunk
changeset 53
cd853ddb224c
parent 45
37d555407334
child 74
dd577317bccb
permissions
-rw-r--r--

[svn] Add interactive option to list recursive archives when found.

I'm not really wild about how this is built but since it's a one-off I'm
not sure what a better infrastructure would look like yet.

Also add a test for a -fv combo while I was in there.

#!/usr/bin/env python

from distutils.core import setup

setup(name="dtrx",
      version = "6.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 3 or later"
     )

mercurial