setup.py

Sat, 04 Jul 2009 10:49:19 -0400

author
Brett Smith <brettcsmith@brettcsmith.org>
date
Sat, 04 Jul 2009 10:49:19 -0400
branch
trunk
changeset 117
c43771363c6f
parent 101
014efef1a48f
child 119
75152089f36a
permissions
-rw-r--r--

convert more copyright symbols

#!/usr/bin/env python

from distutils.core import setup

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