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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
python-pyfetion-svn
/
setup.py
blob
f832c3228059e31f3b28bcfe57138f1a9360d590
1
#!/usr/bin/env python
2
3
from
distutils
.
core
import
setup
4
5
setup
(
name
=
'PyFetion'
,
6
version
=
'0.2'
,
7
description
=
'a python lib for China Mobile Fetion Protocol'
,
8
author
=
'cocobear'
,
9
author_email
=
'cocobear.cn@gmail.com'
,
10
url
=
'http://code.google.com/p/pytool/'
,
11
py_modules
=[
'PyFetion'
],
12
)