1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-24 13:54:16 +01:00

10 lines
264 B
Python

from distutils.core import setup
import glob
setup(name='LibrePilot UAVTalk',
version='1.0',
description='LibrePilot UAVTalk',
url='http://www.librepilot.org',
packages=['librepilot', 'librepilot.uavtalk', 'librepilot.uavobjects'],
)