diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-04-12 18:44:55 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-04-12 18:44:55 +0200 |
commit | 6636cbff81061bc270e4d21659fa3fba8eb3c87b (patch) | |
tree | 394c6de2cc718d320f92c2d3cd863f88c40bcfd7 /bin | |
parent | 4659883ba00bd499f41f4cc1a5f96e4bdd5ac9de (diff) | |
download | pylock-6636cbff81061bc270e4d21659fa3fba8eb3c87b.tar pylock-6636cbff81061bc270e4d21659fa3fba8eb3c87b.zip |
Create installation script using distutils
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pylock | 5 |
1 files changed, 5 insertions, 0 deletions
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() |