entrust plugin inital edit
This commit is contained in:
parent
f47f108f43
commit
a99a84b0b2
|
@ -0,0 +1,6 @@
|
|||
"""Set the version information."""
|
||||
try:
|
||||
VERSION = __import__("pkg_resources").get_distribution(__name__).version
|
||||
except Exception as e:
|
||||
VERSION = "unknown"
|
||||
|
Loading…
Reference in New Issue