setup.py

Thu, 05 Jun 2008 22:54:10 -0400

author
Brett Smith <brett@brettcsmith.org>
date
Thu, 05 Jun 2008 22:54:10 -0400
branch
trunk
changeset 65
0aea49161478
parent 45
37d555407334
child 74
dd577317bccb
permissions
-rw-r--r--

Make the wording on the One Entry question a little clearer.

Unfortunately I now realize that things don't really work when your archive
just contains one *file*, so I'll have to address that later.

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