LP-602 Re-enable rx_status checking in usb_csc to optionally reenable rx after reset
[librepilot.git] / python / setup.py
blob053b16931a0c167acfaad4d9ed374ec2259a28a0
1 from distutils.core import setup
2 import glob
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'],