Skip to content

Commit 076308b

Browse files
change name
1 parent 8e41ee1 commit 076308b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mcd_regression
1+
# mcd-regression
22

33
Python implementation of robust linear regression in the multiple regression and multivariate regression cases using the minimum covariance determinant (MCD).
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
description = "Robust linear regression in the multiple regression and multivariate regression cases using the minimum covariance determinant (MCD)."
2828

2929
[project.urls]
30-
"Source Code" = "https://github.com/stevenstetzler/mcd_regression"
30+
"Source Code" = "https://github.com/stevenstetzler/mcd-regression"
3131

3232
[tool.setuptools_scm]
3333
write_to = "src/mcd_regression/_version.py"

0 commit comments

Comments
 (0)