From 403f7bfe72412daae9fda714df2cbc730ee76ef9 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 7 Jul 2025 00:10:20 +0300 Subject: [PATCH] build: Updating PyPI classifiers --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8248180..82a9d6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,12 +36,15 @@ classifiers = [ # "Development Status :: 6 - Mature", # "Development Status :: 7 - Inactive", "Intended Audience :: Developers", + "Intended Audience :: Information Technology", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Topic :: Internet :: WWW/HTTP", - "Topic :: Text Processing :: Markup", "Topic :: Internet :: WWW/HTTP :: Browsers", + "Topic :: Text Processing :: Markup", "Topic :: Text Processing :: Markup :: HTML", + "Topic :: Scientific/Engineering :: Artificial Intelligence", + "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only",