aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2019-08-19 12:53:22 +0300
committerSimo Fält <simo.falt@qt.io>2019-08-26 18:14:55 +0300
commitffecd65abe4519bcaad29e0c59dc9a8353f6f68d (patch)
tree8e0e4eca10c42ec5e950469e3157d0cd52304ac5
parent04847c3e81bc33eddf9362f32730f19114b85fd1 (diff)
Add Proprietary License to be show in metadata
Adding Proprietary License to METADATA to indicate possibility for commercial licencing. License will be shown in pypi.org with LGPL possibility. Change-Id: Ic389adc2a867b9ea1118574fdf627e78acb02ba2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
-rw-r--r--build_scripts/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_scripts/config.py b/build_scripts/config.py
index cad4e2f57..25036a65f 100644
--- a/build_scripts/config.py
+++ b/build_scripts/config.py
@@ -174,6 +174,7 @@ class Config(object):
'Environment :: Win32 (MS Windows)',
'Intended Audience :: Developers',
'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)',
+ 'License :: Other/Proprietary License',
'Operating System :: MacOS :: MacOS X',
'Operating System :: POSIX',
'Operating System :: POSIX :: Linux',