entrust plugin inital edit

This commit is contained in:
sirferl 2020-09-10 16:04:31 +02:00
parent f47f108f43
commit a99a84b0b2
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
"""Set the version information."""
try:
VERSION = __import__("pkg_resources").get_distribution(__name__).version
except Exception as e:
VERSION = "unknown"