setup.py

Wed, 30 Apr 2008 21:33:30 -0400

author
Brett Smith <brett@brettcsmith.org>
date
Wed, 30 Apr 2008 21:33:30 -0400
branch
trunk
changeset 60
6d7246a56b00
parent 45
37d555407334
child 74
dd577317bccb
permissions
-rw-r--r--

Add missing test tarballs

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