repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: diffout.py
[GalaxyCodeBases.git]
/
python
/
lib
/
pysize
/
setup.py
blob
2b9b4ad0abed78cfe1f2dbd02c21b5c6943a4f7d
1
from
distutils
.
core
import
setup
2
3
setup
(
name
=
'pysize'
,
4
version
=
'1.0'
,
5
py_modules
=[
'pysize'
],
6
)