aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-01-31 10:44:44 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-02-01 14:03:32 +0000
commit505251b5777df5ce4e4c09fa93be4d769b87224e (patch)
tree63e51d2ebbe9610cb76a91c689878644969f5ba8 /setup.py
parentb2bc079209e502928af8c5019af21b243f8dca6c (diff)
Remove the wiki submodule
Change-Id: Iad43ac9dd8b51dee4eaba7f844d90639912cae73 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Cristian Tarsoaga <cristian.tarsoaga@gmail.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 487d420a9..48ad19b6e 100644
--- a/setup.py
+++ b/setup.py
@@ -101,12 +101,10 @@ containedModules = ['shiboken2', 'pyside2']
submodules = {
'2.0.0.dev0': [
- ["pyside2-tools", "dev"],
- ["wiki", "master", ".."],
+ ["pyside2-tools", "dev"]
],
'5.9': [
- ["pyside2-tools", "5.9"],
- ["wiki", "master", ".."]
+ ["pyside2-tools", "5.9"]
],
'5.6': [
["pyside2-tools", "5.6"],