diff options
author | Cristián Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2019-03-25 17:49:38 +0100 |
---|---|---|
committer | Venugopal Shivashankar <Venugopal.Shivashankar@qt.io> | 2019-09-27 14:44:39 +0000 |
commit | 142d75c30ac18461b350c543d6eb43df1ae60aa4 (patch) | |
tree | 7d025f430dda287eca47b6cdd60e985e38606174 /examples/tutorial | |
parent | 45fdb9c06d8934e5c8de208e584d4c35943cd3b8 (diff) |
Add .pyproject files for each example
Change-Id: I4dec66067aa2b0cc50d1ac3226537e4f09006132
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'examples/tutorial')
-rw-r--r-- | examples/tutorial/tutorial.pyproject | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/tutorial/tutorial.pyproject b/examples/tutorial/tutorial.pyproject new file mode 100644 index 000000000..09478e108 --- /dev/null +++ b/examples/tutorial/tutorial.pyproject @@ -0,0 +1,5 @@ +{ + "files": ["t6.py", "t9.py", "t8.py", "t13.py", "t10.py", "t7.py", + "t3.py", "t4.py", "t1.py", "t12.py", "t2.py", "t5.py", + "t11.py", "t14.py"] +} |