Adjusted license description to be clear that the BSD 3-clause license is in

use.
This commit is contained in:
Anthony Tuininga 2017-02-03 13:32:54 -07:00
parent 239b370d66
commit 09b9a20ccc

View File

@ -342,7 +342,7 @@ if distutils.command.bdist_wininst is not None:
classifiers = [
"Development Status :: 6 - Mature",
"Intended Audience :: Developers",
"License :: OSI Approved :: Python Software Foundation License",
"License :: OSI Approved :: BSD License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: C",
@ -388,6 +388,6 @@ setup(
url = "http://cx-oracle.sourceforge.net",
ext_modules = [extension],
keywords = "Oracle",
license = "Python Software Foundation License",
license = "BSD License",
classifiers = classifiers)