Skip to content

Commit 0159510

Browse files
committed
build: publish under PyPI name 'modelvitals' (mlsentinel was taken)
1 parent 0090cb4 commit 0159510

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**AI reliability & observability toolkit** — monitor, evaluate, explain, and protect machine-learning models with a single, consistent Python API.
44

5-
[![PyPI](https://img.shields.io/pypi/v/mlsentinel)](https://pypi.org/project/mlsentinel/)
5+
[![PyPI](https://img.shields.io/pypi/v/modelvitals)](https://pypi.org/project/modelvitals/)
66
[![CI](https://github.com/Sowaiba-01/modelsentinel/actions/workflows/ci.yml/badge.svg)](https://github.com/Sowaiba-01/modelsentinel/actions/workflows/ci.yml)
77
![Python](https://img.shields.io/badge/python-3.9%2B-blue)
88
![License](https://img.shields.io/badge/license-MIT-green)
@@ -18,10 +18,10 @@ Shipping a model is easy. Knowing whether it is still trustworthy in production
1818
## Install
1919

2020
```bash
21-
pip install mlsentinel
21+
pip install modelvitals
2222
```
2323

24-
The install name is `mlsentinel`; you still `import modelsentinel` in code (like `pip install scikit-learn` / `import sklearn`).
24+
The install name is `modelvitals`; you still `import modelsentinel` in code (like `pip install scikit-learn` / `import sklearn`).
2525

2626
Or from source, with the dev tools:
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "mlsentinel"
6+
name = "modelvitals"
77
version = "0.4.0"
88
description = "AI reliability & observability toolkit - monitor, evaluate, explain, and protect ML models."
99
readme = "README.md"

0 commit comments

Comments
 (0)