setup.py

Sun, 17 Dec 2006 09:20:02 -0500

author
brett
date
Sun, 17 Dec 2006 09:20:02 -0500
branch
trunk
changeset 10
f0acfe12a0e2
parent 1
a86a0cb0dd57
child 11
a2ca41a85243
permissions
-rw-r--r--

[svn] Add tests for the case where we do recursive extraction of an archive
that's not in the current working directory, and fix the associated bug.

#!/usr/bin/env python

from distutils.core import setup

setup(name="x",
      version = "1.0",
      description = "Script to intelligently extract multiple archive types",
      author = "Brett Smith",
      author_email = "brettcsmith@brettcsmith.org",
      url = "http://www.brettcsmith.org/2006/x",
      scripts = ['scripts/x'],
     )

mercurial