Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bac committed Jan 13, 2021
1 parent 9ad32a1 commit 22583c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
with open(ver_file) as f:
exec(f.read())

DISTNAME = "skdim"
DISTNAME = "scikit-dimension"
DESCRIPTION = "scikit-dimension is a Python module for intrinsic dimension estimation built according to the scikit-learn API and distributed under the 3-Clause BSD license.."
MAINTAINER = "Jonathan Bac"
MAINTAINER_EMAIL = "[email protected]"
Expand Down

0 comments on commit 22583c4

Please sign in to comment.