3 name
="binary_configurator",
5 author
="ExpressLRS Team",
7 description
="ExpressLRS Binary Installer",
8 long_description
='ExpressLRS binary configurator and flasher tool all-in-one',
9 long_description_content_type
="text/markdown",
10 url
="https://github.com/ExpressLRS/ExpressLRS",
11 packages
=['.'] + setuptools
.find_packages(),
12 include_package_data
=True,
14 "console_scripts": ["flash=binary_configurator:main"],
16 install_requires
=['pyserial'],
18 "Programming Language :: Python :: 3",
19 "Operating System :: OS Independent",
21 python_requires
='>=3.6',