setup.py

Sun, 31 Dec 2006 19:25:16 -0500

author
brett
date
Sun, 31 Dec 2006 19:25:16 -0500
branch
trunk
changeset 15
28dbd52a8bb8
parent 11
a2ca41a85243
child 18
1600807a32bd
permissions
-rw-r--r--

[svn] Add a -f/--flat option, which will extract the archive contents into the
current directory, rather than a dedicated subdirectory.

#!/usr/bin/env python

from distutils.core import setup

setup(name="x",
      version = "2.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