Skip to content

Commit

Permalink
update LICENSE, meta info, and docs on license()
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.mystic.cacr.caltech.edu/pathos/dill@1263 8bfda07e-5b16-0410-ab1d-fd04ec2748df
  • Loading branch information
mmckerns committed Oct 20, 2019
1 parent 75d71c8 commit 898c9e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ are met::
notice, this list of conditions and the following disclaimer in the
documentations and/or other materials provided with the distribution.

- Neither the name of the California Institute of Technology nor
the names of its contributors may be used to endorse or promote
products derived from this software without specific prior written
permission.
- Neither the names of the copyright holders nor the names of any of
the contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
``dill`` is distributed under a 3-clause BSD license.
>>> import dill
>>> print (dill.license())
>>> dill.license()
Development Version
Expand Down Expand Up @@ -163,7 +163,7 @@
``dill`` requires:
- ``python``, **version >= 2.6** or **version >= 3.1**, or ``pypy``
- ``python``, **version >= 2.6** or **version >= 3.2**, or ``pypy``
Optional requirements:
Expand Down Expand Up @@ -253,13 +253,13 @@ def write_info_py(filename='dill/info.py'):
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Scientific/Engineering',
'Topic :: Software Development'],
Expand Down

0 comments on commit 898c9e4

Please sign in to comment.