Title: [939] Adapt Trove classifier for the PostgreSQL license
Revision
939
Author
cito
Date
2018-05-23 13:36:31 -0400 (Wed, 23 May 2018)

Log Message

Adapt Trove classifier for the PostgreSQL license

Has been added simply as "PostgreSQL License"
(https://github.com/pypa/warehouse/issues/3843).

Modified Paths

Diff

Modified: branches/4.x/setup.py (938 => 939)


--- branches/4.x/setup.py	2018-04-27 11:05:12 UTC (rev 938)
+++ branches/4.x/setup.py	2018-05-23 17:36:31 UTC (rev 939)
@@ -190,7 +190,7 @@
     classifiers=[
         "Development Status :: 6 - Mature",
         "Intended Audience :: Developers",
-        "License :: OSI Approved :: The PostgreSQL License",
+        "License :: OSI Approved :: PostgreSQL License",
         "Operating System :: OS Independent",
         "Programming Language :: C",
         'Programming Language :: Python',

Modified: branches/5.0.x/setup.py (938 => 939)


--- branches/5.0.x/setup.py	2018-04-27 11:05:12 UTC (rev 938)
+++ branches/5.0.x/setup.py	2018-05-23 17:36:31 UTC (rev 939)
@@ -193,7 +193,7 @@
     classifiers=[
         "Development Status :: 6 - Mature",
         "Intended Audience :: Developers",
-        "License :: OSI Approved :: The PostgreSQL License",
+        "License :: OSI Approved :: PostgreSQL License",
         "Operating System :: OS Independent",
         "Programming Language :: C",
         'Programming Language :: Python',

Modified: trunk/setup.py (938 => 939)


--- trunk/setup.py	2018-04-27 11:05:12 UTC (rev 938)
+++ trunk/setup.py	2018-05-23 17:36:31 UTC (rev 939)
@@ -193,7 +193,7 @@
     classifiers=[
         "Development Status :: 6 - Mature",
         "Intended Audience :: Developers",
-        "License :: OSI Approved :: The PostgreSQL License",
+        "License :: OSI Approved :: PostgreSQL License",
         "Operating System :: OS Independent",
         "Programming Language :: C",
         'Programming Language :: Python',
_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to