Files for 2.1b1 distribution.
[python/dscho.git] / Tools / compiler / setup.py
blobaf217687b62d5e52f8206bf045e0daa59d8e9bbe
1 #!/usr/bin/env python
3 from distutils.core import setup
5 setup(name = "compiler",
6 version = "1.0",
7 author = "Jeremy Hylton",
8 author_email = "jeremy@beopen.com",
9 packages = ["compiler"])