diff options
author | Cristián Maureira-Fredes <[email protected]> | 2019-03-25 17:49:38 +0100 |
---|---|---|
committer | Venugopal Shivashankar <[email protected]> | 2019-09-27 14:44:39 +0000 |
commit | 142d75c30ac18461b350c543d6eb43df1ae60aa4 (patch) | |
tree | 7d025f430dda287eca47b6cdd60e985e38606174 /examples/declarative/extending/chapter2-methods | |
parent | 45fdb9c06d8934e5c8de208e584d4c35943cd3b8 (diff) |
Add .pyproject files for each example
Change-Id: I4dec66067aa2b0cc50d1ac3226537e4f09006132
Reviewed-by: Venugopal Shivashankar <[email protected]>
Diffstat (limited to 'examples/declarative/extending/chapter2-methods')
-rw-r--r-- | examples/declarative/extending/chapter2-methods/chapter2-methods.pyproject | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/declarative/extending/chapter2-methods/chapter2-methods.pyproject b/examples/declarative/extending/chapter2-methods/chapter2-methods.pyproject new file mode 100644 index 000000000..cdf33be7f --- /dev/null +++ b/examples/declarative/extending/chapter2-methods/chapter2-methods.pyproject @@ -0,0 +1,3 @@ +{ + "files": ["methods.py", "app.qml"] +} |