-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (28 loc) · 858 Bytes
/
pyproject.toml
File metadata and controls
32 lines (28 loc) · 858 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
30
31
32
[project]
name = "src"
version = "0.0.0"
description = "Justen Stall's portfolio and blog."
readme = "README.md"
authors = [{ name = "Justen Stall", email = "justenstall@gmail.com" }]
maintainers = [{ name = "Justen Stall", email = "justenstall@gmail.com" }]
requires-python = ">=3.12"
dependencies = [
"mkdocs>=1.5.3",
"mkdocs-material[imaging]>=9.5.18",
"pygments>=2.18.0",
"mdx-truly-sane-lists>=1.3",
"mkdocs-minify-plugin>=0.8.0",
]
[project.urls]
Homepage = "https://justenstall.com"
Repository = "https://github.com/justenstall/website.git"
Issues = "https://github.com/justenstall/website/issues"
Changelog = "https://github.com/justenstall/website/blob/main/CHANGELOG.md"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.version]
path = "VERSION"
pattern = "(?P<version>[^']+)"
[tool.uv]
managed = true