repo.or.cz
/
scrappy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dispatch out to the registered event handlers.
[scrappy.git]
/
setup.py
blob
298a6f08a21a9b19706aba0d220b0f230b8ade75
1
from
distutils
.
core
import
setup
2
3
setup
(
name
=
"python-irclib-scrappy"
,
version
=
"0.0.1"
,
py_modules
=[
"irclib_scrappy"
]);