Skip to content

Commit 8a48d92

Browse files
committed
update setup
1 parent 22583c4 commit 8a48d92

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
DISTNAME = "scikit-dimension"
4646
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.."
4747
MAINTAINER = "Jonathan Bac"
48-
MAINTAINER_EMAIL = "jonathan.bac@cri-paris.org"
4948
URL = "https://github.com/j-bac/scikit-dimension"
5049
LICENSE = "BSD-3-clause"
5150
DOWNLOAD_URL = "https://github.com/j-bac/scikit-dimension"
@@ -71,7 +70,6 @@
7170
setup(
7271
name=DISTNAME,
7372
maintainer=MAINTAINER,
74-
maintainer_email=MAINTAINER_EMAIL,
7573
description=DESCRIPTION,
7674
license=LICENSE,
7775
url=URL,

0 commit comments

Comments
 (0)