summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lorry.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/lorry.morph b/lorry.morph
new file mode 100644
index 0000000..68053f9
--- /dev/null
+++ b/lorry.morph
@@ -0,0 +1,8 @@
+{
+ "name": "lorry",
+ "kind": "chunk",
+ "build-commands": [
+ "python setup.py check",
+ "python setup.py build"
+ ]
+}