repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Mon Jan 16 12:07:49 UTC 2012
[aur-mirror.git]
/
peapod
/
setup.py
blob
4e4115639c3ce4e67355833c22ae22d99bd82d4e
1
from
distutils
.
core
import
setup
2
setup
(
name
=
'peapod'
,
3
version
=
'0.7.2'
,
4
py_modules
=[
'Peapod.peapod'
,
'Peapod.tagging'
,
'Peapod.OPML'
,
'Peapod.btclient'
,
'Peapod.feedparser'
,
'Peapod.download'
],
5
scripts
=[
'peapod.py'
,
'btclient.py'
],
6
)