repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New \grammartoken markup, similar to \token but allowed everywhere.
[python/dscho.git]
/
Tools
/
compiler
/
setup.py
blob
faff7fe8a4024191f62c87786189b008b240c78f
1
#!/usr/bin/env python
2
3
from
distutils
.
core
import
setup
4
5
setup
(
name
=
"compiler"
,
6
version
=
"1.0"
,
7
author
=
"Jeremy Hylton"
,
8
author_email
=
"jeremy@zope.com"
,
9
packages
= [
"compiler"
])