Commit 9c36a416 authored by Jeremy Hylton's avatar Jeremy Hylton

distutils setup script

parent bdd90171
#!/usr/bin/env python
from distutils.core import setup
setup(name = "compiler",
version = "1.0",
author = "Jeremy Hylton",
author_email = "jeremy@beopen.com",
packages = ["compiler"])
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment