Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
8ceef4141c55cd112cfa3ae4538286451d49f6d8
/
.
/
Tools
/
compiler
/
setup.py
blob: faff7fe8a4024191f62c87786189b008b240c78f [
file
]
#!/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"
])