mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-24 07:30:12 +01:00
Merge branch 'master' of github.com:squidfunk/mkdocs-material
This commit is contained in:
commit
e56e024be4
@ -22,7 +22,9 @@
|
||||
requires = [
|
||||
"hatchling",
|
||||
"hatch-requirements-txt",
|
||||
"hatch-nodejs-version>=0.3.0"
|
||||
"hatch-nodejs-version>=0.3.0",
|
||||
# Needed for "Framework :: MkDocs"
|
||||
"trove_classifiers>=2023.10.18",
|
||||
]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
@ -41,6 +43,7 @@ requires-python = ">=3.8"
|
||||
classifiers = [
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Environment :: Web Environment",
|
||||
"Framework :: MkDocs",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: JavaScript",
|
||||
"Programming Language :: Python",
|
||||
|
Loading…
Reference in New Issue
Block a user