mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 06:07:48 +00:00
23 lines
605 B
TOML
23 lines
605 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "openthread-otci"
|
|
version = "0.0.1"
|
|
authors = [
|
|
{ name="The OpenThread Authors", email="[email protected]" },
|
|
]
|
|
description = "OpenThread Control Interface"
|
|
readme = "README.md"
|
|
requires-python = ">=3.6"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: BSD License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/openthread/openthread"
|
|
Issues = "https://github.com/openthread/openthread/issues"
|