Create installation script using distutils

This commit is contained in:
Matthias Schiffer 2013-04-12 18:44:55 +02:00
parent 4659883ba0
commit 6636cbff81
15 changed files with 405 additions and 157 deletions

5
bin/pylock Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env python3
from pylock import Main
Main.main()