1[build-system]
2requires = ["setuptools>=61.0"]
3build-backend = "setuptools.build_meta"
4
5[project]
6name = "openthread-otci"
7version = "0.0.1"
8authors = [
9  { name="The OpenThread Authors", email="openthread-users@googlegroups.com" },
10]
11description = "OpenThread Control Interface"
12readme = "README.md"
13requires-python = ">=3.6"
14classifiers = [
15    "Programming Language :: Python :: 3",
16    "License :: OSI Approved :: BSD License",
17    "Operating System :: OS Independent",
18]
19
20[project.urls]
21Homepage = "https://github.com/openthread/openthread"
22Issues = "https://github.com/openthread/openthread/issues"
23