Skip to content

Commit

Permalink
MAINT: update docs and code for mailing list move to python.org
Browse files Browse the repository at this point in the history
This turned up a number of outdated files, removed those.
  • Loading branch information
rgommers committed Mar 26, 2017
1 parent 16b0e24 commit f88bb36
Show file tree
Hide file tree
Showing 15 changed files with 23 additions and 398 deletions.
2 changes: 1 addition & 1 deletion INSTALL.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ TROUBLESHOOTING
===============

If you experience problems when building/installing/testing SciPy, you
can ask help from scipy-user@scipy.org or scipy-dev@scipy.org mailing
can ask help from scipy-user@python.org or scipy-dev@python.org mailing
lists. Please include the following information in your message:

NOTE: You can generate some of the following information (items 1-5,7)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Copyright (c) 2001, 2002 Enthought, Inc.
All rights reserved.

Copyright (c) 2003-2016 SciPy Developers.
Copyright (c) 2003-2017 SciPy Developers.
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ The user's site is:
Mailing Lists
-------------

Please see the developer's list here:
The addresses and archives for the developer and user mailing lists can be
found here:

http://projects.scipy.org/mailman/listinfo/scipy-dev
http://scipy.org/scipylib/mailing-lists.html


Latest source code
Expand Down
2 changes: 1 addition & 1 deletion THANKS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ integral to wrapping the many Fortran libraries used in SciPy.

Since then many people have contributed to SciPy, both in code development,
suggestions, and financial support. Below is a partial list. If you've
been left off, please email the "SciPy Developers List" <scipy-dev@scipy.org>.
been left off, please email the "SciPy Developers List" <scipy-dev@python.org>.

Please add names as needed so that we can keep up with all the contributors.

Expand Down
2 changes: 1 addition & 1 deletion bento.info
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Description:
scientists and engineers. If you need to manipulate numbers on a computer
and display or publish the results, give SciPy a try!
Maintainer: SciPy Developers
MaintainerEmail: scipy-dev@scipy.org
MaintainerEmail: scipy-dev@python.org
License: BSD
Platforms: Windows,Linux,Solaris,Mac OS-X,Unix
Classifiers:
Expand Down
215 changes: 0 additions & 215 deletions scipy/cluster/doc/README.txt

This file was deleted.

40 changes: 0 additions & 40 deletions scipy/cluster/doc/ex1.py

This file was deleted.

10 changes: 2 additions & 8 deletions scipy/cluster/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Loading

0 comments on commit f88bb36

Please sign in to comment.