From 545448ec63743c57b9fefcd572ff6d79d9dcf3a3 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 23 Aug 2016 20:16:28 -0400 Subject: Add verhawk v0.0.1 (#56) --- verhawk/build.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 verhawk/build.sh (limited to 'verhawk/build.sh') diff --git a/verhawk/build.sh b/verhawk/build.sh new file mode 100644 index 0000000..5c61be1 --- /dev/null +++ b/verhawk/build.sh @@ -0,0 +1 @@ +python setup.py install || exit 1 -- cgit