cleanup repository tree. use entry_points in setuptools instead of symlink

This commit is contained in:
Edwin Eefting
2021-02-07 13:00:04 +01:00
parent 0214584e4c
commit 4f9b7b6cef
21 changed files with 27 additions and 69 deletions

4
zfs_autobackup/__main__.py Executable file
View File

@ -0,0 +1,4 @@
if __name__ == "__main__":
from . import cli
cli()