From 85eb8ff0e1bb0f0ea548e952eb6173f0a996488c Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Mon, 19 Feb 2024 09:09:34 -0800 Subject: [PATCH] Add new Sphinx Domain classifier (#3) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c564286..36f5fa6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ readme = "README.rst" classifiers = [ "Development Status :: 4 - Beta", "Environment :: Plugins", + "Framework :: Sphinx :: Domain", "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License",