1
0
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:
squidfunk 2023-10-19 17:35:21 +02:00
commit e56e024be4
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

View File

@ -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",