Skip to content
Snippets Groups Projects
Commit 7e405bf6 authored by Arnaud Taffanel's avatar Arnaud Taffanel
Browse files

Fixed setup.py packages

parent 9b8c9edb
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3
from setuptools import setup
from setuptools import setup, find_packages
setup(
name='cflib',
version='0.1.0',
packages=['cflib'],
packages=find_packages(exclude=['examples', 'tests']),
description='Crazyflie python driver',
url='https://github.com/bitcraze/crazyflie-lib-python',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment