Create installation script using distutils
This commit is contained in:
parent
4659883ba0
commit
6636cbff81
15 changed files with 405 additions and 157 deletions
5
bin/pylock
Executable file
5
bin/pylock
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from pylock import Main
|
||||
|
||||
Main.main()
|
Reference in a new issue