remove the Flask classifier, since we don't do it anymore

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-03-21 08:23:31 -05:00
parent 27d4d16572
commit a327c6b89c
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -14,7 +14,6 @@ requires-python = ">=3.9"
dependencies = ["feedgen", "jinja2", "Markdown", "termcolor"]
dynamic = ["version"]
classifiers = [
"Framework :: Flask",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",