mirror of
https://github.com/MidnightCommander/website.git
synced 2026-02-02 11:13:47 -08:00
30 lines
911 B
TOML
30 lines
911 B
TOML
[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",
|
|
]
|