Skip to content

Commit 4b20b4b

Browse files
committed
added pyproject.toml
1 parent a26b8d8 commit 4b20b4b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[project]
2+
name = "mavctl-python"
3+
version = "0.1.0"
4+
description = "mavctl-python submodule"
5+
requires-python = ">=3.9"
6+
7+
[tool.setuptools.packages.find]
8+
where = ["."]

0 commit comments

Comments
 (0)