From 6636cbff81061bc270e4d21659fa3fba8eb3c87b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 12 Apr 2013 18:44:55 +0200 Subject: Create installation script using distutils --- bin/pylock | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/pylock (limited to 'bin') diff --git a/bin/pylock b/bin/pylock new file mode 100755 index 0000000..88652cd --- /dev/null +++ b/bin/pylock @@ -0,0 +1,5 @@ +#!/usr/bin/env python3 + +from pylock import Main + +Main.main() -- cgit v1.2.3