forked from scipy/scipy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: update docs and code for mailing list move to python.org
This turned up a number of outdated files, removed those.
- Loading branch information
Showing
15 changed files
with
23 additions
and
398 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
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
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -29,13 +29,7 @@ def configuration(parent_package='', top_path=None): | |
|
||
return config | ||
|
||
|
||
if __name__ == '__main__': | ||
from numpy.distutils.core import setup | ||
setup(maintainer="SciPy Developers", | ||
author="Eric Jones", | ||
maintainer_email="[email protected]", | ||
description="Clustering Algorithms (Information Theory)", | ||
url="https://www.scipy.org", | ||
license="SciPy License (BSD Style)", | ||
**configuration(top_path='').todict() | ||
) | ||
setup(**configuration(top_path='').todict()) |
Oops, something went wrong.