We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a6f92 commit 1a2f28aCopy full SHA for 1a2f28a
1 file changed
pyproject.toml
@@ -0,0 +1,36 @@
1
+[build-system]
2
+requires = ["setuptools>=68", "wheel"]
3
+build-backend = "setuptools.build_meta"
4
+
5
+[project]
6
+name = "httk.github.io"
7
+version = "2.0.0"
8
+description = "httk2 docs website"
9
+readme = "README.md"
10
+requires-python = ">=3.11"
11
+authors = [{ name = "Rickard Armiento", email = "rickard-gpg@armiento.net" }]
12
13
+dependencies = [
14
+ "sphinx",
15
+ "furo",
16
+ "myst-parser",
17
+ "myst-nb",
18
+ "sphinx-autodoc-typehints",
19
+ "sphinx-copybutton",
20
+ "sphinx-autoapi"
21
+]
22
23
+[tool.setuptools]
24
+py-modules = []
25
+packages = []
26
27
+[project.optional-dependencies]
28
+docs = [
29
30
31
32
33
34
35
36
0 commit comments