Skip to content

Commit abe3c8b

Browse files
committed
Updated pyproject fields
1 parent 35c3323 commit abe3c8b

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
args: [--fix=lf]
1515

1616
- repo: https://github.com/charliermarsh/ruff-pre-commit
17-
rev: v0.15.12
17+
rev: v0.15.13
1818
hooks:
1919
- id: ruff
2020
name: Fix code

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,18 @@ dynamic = ["version"]
1111
description = "A Python toolbox for outlier detection thresholding in machine learning and data science"
1212
readme = { file = "README.rst", content-type = "text/x-rst" }
1313
requires-python = ">=3.8"
14-
license = "BSD-3-Clause"
14+
license = "BSD-2-Clause"
1515
license-files = ["LICENSE"]
1616

1717
keywords = [
1818
"outlier-detection",
1919
"anomaly-detection",
20+
"novelty detection",
21+
"out-of-distribution detection",
2022
"thresholding",
23+
"contamination-detection",
24+
"filtering-algorithm",
25+
"data-cleaning",
2126
"machine-learning",
2227
"data-science",
2328
"statistics",
@@ -129,6 +134,7 @@ docs = [
129134
Homepage = "https://github.com/KulikDM/pythresh"
130135
Repository = "https://github.com/KulikDM/pythresh"
131136
Documentation = "https://pythresh.readthedocs.io/en/latest/"
137+
Changelog = "https://github.com/KulikDM/pythresh/blob/main/CHANGES.txt"
132138

133139
# --------------------------------------------------------------------------------------------------
134140
# setuptools config

0 commit comments

Comments
 (0)