src/TelloPy/tests/tello_qt/setup.py
Go to the documentation of this file.
1 """
2 This is a setup.py script generated by py2applet
3 
4 Usage:
5  python setup.py py2app
6 """
7 
8 from setuptools import setup
9 
10 APP = ['tello_qt.py']
11 DATA_FILES = ['mainwindow.ui']
12 OPTIONS = {
13  'iconfile': 'wifi.icns',
14 }
15 
16 setup(
17  app=APP,
18  data_files=DATA_FILES,
19  options={'py2app': OPTIONS},
20  setup_requires=['py2app'],
21 )


tello_driver
Author(s): Jordy van Appeven
autogenerated on Wed May 13 2020 03:34:54