cpython/Tools/compiler/setup.py

10 lines
208 B
Python
Raw Normal View History

2000-09-20 02:35:19 +00:00
#!/usr/bin/env python
from distutils.core import setup
setup(name = "compiler",
version = "1.0",
author = "Jeremy Hylton",
2001-08-13 15:10:54 +00:00
author_email = "jeremy@zope.com",
2000-09-20 02:35:19 +00:00
packages = ["compiler"])