Updated pyproject.toml (#6213)

There is now a MkDocs trove classifier to allow classifying and
searching for MkDocs plugins.
This commit is contained in:
Maxwell G 2023-10-19 01:53:11 -05:00 committed by GitHub
parent cfd1b6c4ef
commit 9667158392
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,9 @@
requires = [ requires = [
"hatchling", "hatchling",
"hatch-requirements-txt", "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" build-backend = "hatchling.build"
@ -41,6 +43,7 @@ requires-python = ">=3.8"
classifiers = [ classifiers = [
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
"Environment :: Web Environment", "Environment :: Web Environment",
"Framework :: MkDocs",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: JavaScript", "Programming Language :: JavaScript",
"Programming Language :: Python", "Programming Language :: Python",