1 from setuptools
import setup, find_packages
2 from codecs
import open
5 here = path.abspath(path.dirname(__file__))
7 with open(path.join(here,
'README.md'), encoding=
'utf-8')
as f:
8 long_description = f.read()
15 description=
'DJI Tello drone controller',
16 url=
'https://github.com/hanyazou/TelloPy',
18 author_email=
'hanyazou@gmail.com',
19 python_requires=
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4',
26 'Development Status :: 3 - Alpha',
29 'Intended Audience :: Developers',
30 'Topic :: Software Development :: Libraries',
33 'License :: OSI Approved :: Apache Software License',
38 'Programming Language :: Python :: 2.7',
41 'Programming Language :: Python :: 3.5',
42 'Programming Language :: Python :: 3.6',
45 keywords=
'sample development robotics drone',
47 packages=find_packages(exclude=[
'contrib',
'docs',
'tests',
'files']),
53 'Bug Reports':
'https://github.com/hanyazou/TelloPy/issues',
54 'Say Thanks!':
'https://twitter.com/hanyazou',
55 'Source':
'https://github.com/hanyazou/TelloPy',