aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/PySide2/support/signature
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-06 15:55:36 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-04-18 20:54:56 +0000
commit5c3f6e3e50de4c41ded289111cd1e78fd9ec369b (patch)
treea2a59ea62d44cc55996f1f2301f9372edd957d5f /sources/pyside2/PySide2/support/signature
parentc36553a1fe425fa9575c1b1b8b96c1d427b65fcd (diff)
Fix qt_attribution.json
- Move from root to sources/pyside2/PySide2/support/signature - Set "QtForPython" as module name, fixing the qtattributionsscanner warning: File ./qt_attribution.json: Missing mandatory property 'QDocModule'. - Use "Qt for Python" as in descriptions - Reference backport_inspect.py as file Task-number: PYSIDE-363 Change-Id: I5e2b546a0a2a090abebc73a38ca4077a2983f216 Reviewed-by: Christian Tismer <tismer@stackless.com> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside2/PySide2/support/signature')
-rw-r--r--sources/pyside2/PySide2/support/signature/qt_attribution.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/sources/pyside2/PySide2/support/signature/qt_attribution.json b/sources/pyside2/PySide2/support/signature/qt_attribution.json
new file mode 100644
index 000000000..331b3e814
--- /dev/null
+++ b/sources/pyside2/PySide2/support/signature/qt_attribution.json
@@ -0,0 +1,12 @@
+{
+ "Id": "python",
+ "Name": "Python",
+ "QDocModule": "QtForPython",
+ "QtUsage": "Used for Qt for Python in the signature extension.",
+ "Description": "Qt for Python is an add-on for Python. The signature packages of PySide uses certain copied and adapted source files (inspect.py, backport_inspect.py, typing27.py, typing36.py). See the folder sources/pyside2/PySide2/support/signature .",
+ "Homepage": "http://www.python.org/",
+ "Version": "3.6.5",
+ "License": "PSF LICENSE AGREEMENT FOR PYTHON 3.6.5",
+ "LicenseFile": "backport_inspect.py",
+ "Copyright": "© Copyright 2001-2018, Python Software Foundation."
+}