-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (26 loc) · 921 Bytes
/
pyproject.toml
File metadata and controls
29 lines (26 loc) · 921 Bytes
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
[build-system]
requires = ["pdm-backend", "pdm-build-locked"]
build-backend = "pdm.backend"
[project]
name = "sphinx-minecraft"
version = "1.0.5"
description = "Add different Minecraft-oriented components to Sphinx."
authors = [
{ name = "theogiraudet", email = "[email protected]" },
{ name = "Aksiome", email = "[email protected]" },
]
dependencies = ["sphinx", "sphinx-treeview==1.1.1"]
requires-python = ">=3.11"
license = { text = "MPL-2.0" }
readme = "README.md"
classifiers = [
"Intended Audience :: Developers",
"Framework :: Sphinx :: Extension",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Programming Language :: Python :: 3.11",
]
[project.optional-dependencies]
docs = ["myst-parser", "furo"]
[project.urls]
Repository = "https://github.com/Gunivers/Sphinx-Minecraft/tree/main"
Issues = "https://github.com/Gunivers/Sphinx-Minecraft/issues"