setup.py

Sat, 21 Apr 2007 10:22:32 -0400

author
brett
date
Sat, 21 Apr 2007 10:22:32 -0400
branch
trunk
changeset 21
fd3e10410040
parent 19
bb6e9f4af1a5
child 28
4d88f2231d33
permissions
-rw-r--r--

[svn] Do some tests with a .tar.bz2 as well as a .tar.gz. I thought there were
some bugs with this that I found when using dtrx, but I can't reproduce
them this way, so I guess I'll have to investigate further. In the
meantime, they can't hurt.

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