From c43e8f0c0356c5294cbe6025f87a0310bfdbef89 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Fri, 2 Dec 2022 05:32:03 -0800 Subject: [PATCH] Add Sphinx Extension classifier (#19) Add the Sphinx Extension PyPi classifier so that the extension shows up in the correct [PyPi filters](https://pypi.org/search/?c=Framework+%3A%3A+Sphinx+%3A%3A+Extension). Signed-off-by: Jared Dillard Signed-off-by: Jared Dillard --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 1b7f997..15dfb8a 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ classifiers=[ "Development Status :: 3 - Alpha", "Environment :: Console", + "Framework :: Sphinx :: Extension", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3",