-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (29 loc) · 911 Bytes
/
pyproject.toml
File metadata and controls
29 lines (29 loc) · 911 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
[project]
name = "mc-website"
description = "Midnight Commander's website"
readme = "README.md"
authors = [
{ name = "Yury V. Zaytsev", email = "yury@shurup.com" }
]
repository = "https://github.com/MidnightCommander/website"
keywords = ["website", "documentation", "midnight-commander", "mkdocs", "mkdocs-material"]
license = "MIT"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: MkDocs",
"License :: OSI Approved :: MIT License",
"Programming Language :: JavaScript",
"Programming Language :: Python",
"Topic :: Documentation",
"Topic :: Software Development :: Documentation",
"Topic :: Text Processing :: Markup :: HTML",
]
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"mkdocs>=1.6.1",
"mkdocs-macros-plugin>=1.3.7",
"mkdocs-material[git,recommended]>=9.6.6",
"mkdocs-redirects>=1.2.2",
]