setup.py

Fri, 23 Nov 2007 16:25:22 -0500

author
brett
date
Fri, 23 Nov 2007 16:25:22 -0500
branch
trunk
changeset 39
027fcd7ae002
parent 28
4d88f2231d33
child 42
4a4cab75d5e6
permissions
-rw-r--r--

[svn] Improve the error reporting to be more user-friendly, at least in many of
the really basic cases.

#!/usr/bin/env python

from distutils.core import setup

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