diff --git a/setup.py b/setup.py index 32478fe..03de06d 100644 --- a/setup.py +++ b/setup.py @@ -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 = "jonathan.bac@cri-paris.org"