-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
35 lines (34 loc) · 1.29 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[project]
name = "sphinx-kconfig"
description = "Zephyr's kconfig Sphinx extension as an independent package"
version = "0.1.1"
readme = "README.md"
license = {file = "LICENSE"}
authors = [{name = "Nordic Semiconductor ASA", email = "[email protected]"}]
maintainers = [{name = "Chad Norvell", email = "[email protected]"}]
dependencies = ["Sphinx>=5.0"]
classifiers = [
"Framework :: Sphinx",
"Framework :: Sphinx :: Extension",
"License :: OSI Approved :: Apache Software License",
"Environment :: Plugins",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
"Topic :: Documentation",
"Topic :: Documentation :: Sphinx",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Documentation",
"Topic :: Software Development :: Embedded Systems",
"Topic :: System :: Operating System",
]
[project.urls]
GitHub = "http://github.com/chadnorvell/sphinx-kconfig"