cpython/Tools/compiler/setup.py

10 lines
208 B
Python

#!/usr/bin/env python
from distutils.core import setup
setup(name = "compiler",
version = "1.0",
author = "Jeremy Hylton",
author_email = "jeremy@zope.com",
packages = ["compiler"])