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
Files for 2.1b1 distribution.
[python/dscho.git]
/
Tools
/
compiler
/
setup.py
blob
af217687b62d5e52f8206bf045e0daa59d8e9bbe
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@beopen.com"
,
9
packages
= [
"compiler"
])