From 09b9a20ccc5cd0fcae97acbc83fe995c2a7920db Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Fri, 3 Feb 2017 13:32:54 -0700 Subject: [PATCH] Adjusted license description to be clear that the BSD 3-clause license is in use. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 82b0e4f..abc140d 100644 --- a/setup.py +++ b/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)