setup.py

Tue, 31 Oct 2006 19:31:44 -0500

author
brett
date
Tue, 31 Oct 2006 19:31:44 -0500
branch
trunk
changeset 3
5172456c3588
parent 1
a86a0cb0dd57
child 11
a2ca41a85243
permissions
-rw-r--r--

[svn] Ideas off the top of my head.

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