fix: Remove invalid PyPI classifier 'Topic :: Legal'

This commit is contained in:
saidsurucu
2025-07-03 12:38:53 +03:00
parent a6a9201562
commit b4f8faf5eb
+1 -1
View File
@@ -14,7 +14,7 @@ classifiers = [
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.12",
"Topic :: Legal", "Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Markup :: Markdown", "Topic :: Text Processing :: Markup :: Markdown",
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]