Skip to content

Commit d3bbf2d

Browse files
Update pyproject.toml
1 parent 3da271f commit d3bbf2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ description = "Robust linear regression in the multiple regression and multivari
2626
"Source Code" = "https://github.com/stevenstetzler/mcd_regression"
2727

2828
[tool.setuptools_scm]
29-
write_to = "src/salad/_version.py"
29+
write_to = "src/mcd_regression/_version.py"
3030

3131
[project.optional-dependencies]
3232
dev = [
3333
"matplotlib" # Used for examples
34-
]
34+
]

0 commit comments

Comments
 (0)