New \grammartoken markup, similar to \token but allowed everywhere.
[python/dscho.git] / Tools / compiler / setup.py
blobfaff7fe8a4024191f62c87786189b008b240c78f
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@zope.com",
9 packages = ["compiler"])