Increase maximum number of Lua params (#2207)
[ExpressLRS.git] / src / python / pyproject.toml
blob67579b997194a3596df5a68b7dc5565784a65938
1 [project]
2 name = "binary_configurator"
3 version = "3.3.0"
4 description = "ExpressLRS Binary Installer"
5 requires-python = ">=3.6"
6 authors = [
7     { name = "ExpressLRS Team" }
9 dependencies = [
10     "pyserial"
12 classifiers = [
13     "Programming Language :: Python :: 3",
14     "Operating System :: OS Independent",
17 [tool.poetry]
18 packages = [
19     { include = "." },
20     { include = "external" },