1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
LibrePilot/python/setup.py

10 lines
258 B
Python
Raw Normal View History

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