setup.py

branch
trunk
changeset 1
a86a0cb0dd57
child 11
a2ca41a85243
equal deleted inserted replaced
0:10840258891a 1:a86a0cb0dd57
1 #!/usr/bin/env python
2
3 from distutils.core import setup
4
5 setup(name="x",
6 version = "1.0",
7 description = "Script to intelligently extract multiple archive types",
8 author = "Brett Smith",
9 author_email = "brettcsmith@brettcsmith.org",
10 url = "http://www.brettcsmith.org/2006/x",
11 scripts = ['scripts/x'],
12 )

mercurial