mirror of
https://github.com/moepman/acertmgr.git
synced 2024-12-26 19:41:50 +01:00
setup: Update packaging and runtime options
This commit is contained in:
parent
084d162361
commit
5e63fd89c0
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# acertmgr compatibility script for legacy installations
|
||||
# run acertmgr directly from the git directory
|
||||
# Copyright (c) Rudolf Mayerhofer, 2019.
|
||||
# available under the ISC license, see LICENSE
|
||||
|
||||
|
11
acertmgr/__main__.py
Normal file
11
acertmgr/__main__.py
Normal file
@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# run as a module using "python -m acertmgr"
|
||||
# Copyright (c) Rudolf Mayerhofer, 2019.
|
||||
# available under the ISC license, see LICENSE
|
||||
|
||||
import acertmgr
|
||||
|
||||
if __name__ == "__main__":
|
||||
acertmgr.main()
|
Loading…
Reference in New Issue
Block a user