Adjusted license description to be clear that the BSD 3-clause license is in
use.
This commit is contained in:
parent
239b370d66
commit
09b9a20ccc
4
setup.py
4
setup.py
@ -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)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user