setup.py

Sun, 29 Apr 2007 13:29:50 -0400

author
brett
date
Sun, 29 Apr 2007 13:29:50 -0400
branch
trunk
changeset 24
60056f3e3e60
parent 19
bb6e9f4af1a5
child 28
4d88f2231d33
permissions
-rw-r--r--

[svn] Documentation update.

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