diff --git a/LICENSE b/LICENSE index a58e59e9..20e07d33 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/setup.py b/setup.py index 181d34ef..b04f2879 100644 --- a/setup.py +++ b/setup.py @@ -125,7 +125,7 @@ ``dill`` is distributed under a 3-clause BSD license. >>> import dill - >>> print (dill.license()) + >>> dill.license() Development Version @@ -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: @@ -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'],