mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +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="openthread-users@googlegroups.com" },
|
|
]
|
|
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"
|