[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", ]