From 9667158392b1ea824ded72f1e2a7404bf4a7d5b4 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 19 Oct 2023 01:53:11 -0500 Subject: [PATCH] Updated pyproject.toml (#6213) There is now a MkDocs trove classifier to allow classifying and searching for MkDocs plugins. --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d5d825c6..1487d670a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",