0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Tools/compiler/setup.py

10 lines
210 B
Python
Raw Normal View History

2000-09-20 04:35:19 +02:00
#!/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"])