repo.or.cz
/
librepilot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
LP-602 Re-enable rx_status checking in usb_csc to optionally reenable rx after reset
[librepilot.git]
/
python
/
setup.py
blob
053b16931a0c167acfaad4d9ed374ec2259a28a0
1
from
distutils
.
core
import
setup
2
import
glob
3
4
setup
(
name
=
'LibrePilot UAVTalk'
,
5
version
=
'1.0'
,
6
description
=
'LibrePilot UAVTalk'
,
7
url
=
'http://www.librepilot.org'
,
8
packages
=[
'librepilot'
,
'librepilot.uavtalk'
,
'librepilot.uavobjects'
],
9
)