Skip to content

Commit 88a6195

Browse files
jarverhajarverha
authored andcommitted
added classifiers to the .toml for pypi shields and release 0.1.0.1
1 parent f932728 commit 88a6195

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

pyproject.toml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "powershap"
3-
version = "0.1.0"
3+
version = "0.1.0.1"
44
description = "Feature selection using statistical significance of shap values"
55
authors = [{ name = "Jarne Verhaeghe, Jeroen Van Der Donckt" }]
66
requires-python = ">=3.9,<=3.13"
@@ -12,6 +12,24 @@ keywords = [
1212
"data-science",
1313
"machine learning",
1414
]
15+
classifiers = [
16+
17+
"Development Status :: 5 - Production/Stable",
18+
"Intended Audience :: Developers",
19+
"License :: OSI Approved :: MIT License",
20+
"Programming Language :: Python",
21+
"Programming Language :: Python :: 3",
22+
"Programming Language :: Python :: 3.9",
23+
"Programming Language :: Python :: 3.10",
24+
"Programming Language :: Python :: 3.11",
25+
"Programming Language :: Python :: 3.12",
26+
"Programming Language :: Python :: 3.13",
27+
"Operating System :: POSIX :: Linux",
28+
"Operating System :: MacOS :: MacOS X",
29+
"Operating System :: Microsoft :: Windows",
30+
31+
]
32+
1533
dependencies = [
1634
"catboost>=1.0.5",
1735
"statsmodels>=0.14.0",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)