setup.py

Sun, 20 Jan 2008 13:39:04 -0500

author
brett
date
Sun, 20 Jan 2008 13:39:04 -0500
branch
trunk
changeset 56
d061b94889aa
parent 45
37d555407334
child 74
dd577317bccb
permissions
-rw-r--r--

[svn] Add NEWS, and other documentation updates.

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