Skip to content

Commit 7c2d5c7

Browse files
author
Jaime Céspedes Sisniega
authored
Merge branch 'main' into fix-missing-pypi-logo
2 parents d13f949 + 4f05c41 commit 7c2d5c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "frouros"
33
version = "0.3.1"
4-
description = "A Python library for drift detection in Machine Learning problems"
4+
description = "An open source Python library for drift detection in Machine Learning problems"
55
authors = [
66
{name = "Jaime Céspedes Sisniega", email = "[email protected]"}
77
]
@@ -15,18 +15,24 @@ keywords = [
1515
"data-drift",
1616
"machine-learning",
1717
"data-science",
18+
"machine-learning-operations",
19+
"machine-learning-systems",
1820
]
1921
classifiers = [
2022
"Development Status :: 5 - Production/Stable",
23+
"Intended Audience :: Developers",
2124
"Intended Audience :: Science/Research",
25+
"License :: OSI Approved :: BSD License",
2226
"Topic :: Scientific/Engineering",
2327
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2428
"Topic :: Scientific/Engineering :: Mathematics",
29+
"Topic :: Software Development",
2530
"Topic :: Software Development :: Libraries :: Python Modules",
2631
"Programming Language :: Python :: 3.8",
2732
"Programming Language :: Python :: 3.9",
2833
"Programming Language :: Python :: 3.10",
2934
"Programming Language :: Python :: 3.11",
35+
"Programming Language :: Python :: 3 :: Only",
3036
]
3137
requires-python = ">=3.8,<3.12"
3238
dependencies = [

0 commit comments

Comments
 (0)