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 23 12:00:23 UTC 2012
[aur-mirror.git]
/
putusb
/
setup.py
blob
f4d0b967fd9696c7125e91a46587ee32cc477187
1
#!/usr/bin/env python
2
3
from
distutils
.
core
import
setup
4
5
setup
(
name
=
'putusb'
,
6
version
=
'20090816'
,
7
description
=
'Library and utility to comminicate with Motorola phones bootloaders'
,
8
author
=
'Ilya Petrov'
,
9
author_email
=
'ilya.muromec@gmail.com'
,
10
py_modules
=[
'putusb'
],
11
)
12