generated from scikit-learn-contrib/project-template
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,6 @@ | |
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]" | ||
URL = "https://github.com/j-bac/scikit-dimension" | ||
LICENSE = "BSD-3-clause" | ||
DOWNLOAD_URL = "https://github.com/j-bac/scikit-dimension" | ||
|
@@ -71,7 +70,6 @@ | |
setup( | ||
name=DISTNAME, | ||
maintainer=MAINTAINER, | ||
maintainer_email=MAINTAINER_EMAIL, | ||
description=DESCRIPTION, | ||
license=LICENSE, | ||
url=URL, | ||
|