setup.py

Sat, 10 Feb 2007 20:43:00 -0500

author
brett
date
Sat, 10 Feb 2007 20:43:00 -0500
branch
trunk
changeset 20
69c93c3e6972
parent 19
bb6e9f4af1a5
child 28
4d88f2231d33
permissions
-rw-r--r--

[svn] If the archive contains one directory with the "wrong" name, ask the user
what they want to do to extract it.

Also add a switch to prevent being asked this question, for use in scripts
and the like.

#!/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