From 26066c10294cfb7a31d53337f893d8b0f01f365b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 22 Aug 2012 16:05:02 +0100 Subject: Add a morphology We need this so we can run the test suite at build time. Distutils does not seem to have a concept for that. --- lorry.morph | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lorry.morph 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" + ] +} -- cgit v1.2.1