Karim shoair commited on
Commit ·
bfc9733
1
Parent(s): 2455666
build: Updating PyPI classifiers
Browse files- pyproject.toml +4 -1
pyproject.toml
CHANGED
|
@@ -36,12 +36,15 @@ classifiers = [
|
|
| 36 |
# "Development Status :: 6 - Mature",
|
| 37 |
# "Development Status :: 7 - Inactive",
|
| 38 |
"Intended Audience :: Developers",
|
|
|
|
| 39 |
"License :: OSI Approved :: BSD License",
|
| 40 |
"Natural Language :: English",
|
| 41 |
"Topic :: Internet :: WWW/HTTP",
|
| 42 |
-
"Topic :: Text Processing :: Markup",
|
| 43 |
"Topic :: Internet :: WWW/HTTP :: Browsers",
|
|
|
|
| 44 |
"Topic :: Text Processing :: Markup :: HTML",
|
|
|
|
|
|
|
| 45 |
"Topic :: Software Development :: Libraries :: Python Modules",
|
| 46 |
"Programming Language :: Python :: 3",
|
| 47 |
"Programming Language :: Python :: 3 :: Only",
|
|
|
|
| 36 |
# "Development Status :: 6 - Mature",
|
| 37 |
# "Development Status :: 7 - Inactive",
|
| 38 |
"Intended Audience :: Developers",
|
| 39 |
+
"Intended Audience :: Information Technology",
|
| 40 |
"License :: OSI Approved :: BSD License",
|
| 41 |
"Natural Language :: English",
|
| 42 |
"Topic :: Internet :: WWW/HTTP",
|
|
|
|
| 43 |
"Topic :: Internet :: WWW/HTTP :: Browsers",
|
| 44 |
+
"Topic :: Text Processing :: Markup",
|
| 45 |
"Topic :: Text Processing :: Markup :: HTML",
|
| 46 |
+
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
| 47 |
+
"Topic :: Software Development :: Libraries",
|
| 48 |
"Topic :: Software Development :: Libraries :: Python Modules",
|
| 49 |
"Programming Language :: Python :: 3",
|
| 50 |
"Programming Language :: Python :: 3 :: Only",
|