Include version number in lsp and cli

Fixes #61.
This commit is contained in:
James Westman 2022-06-02 12:34:48 -05:00
parent 6f4d458855
commit 90ac3e3ad5
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
3 changed files with 14 additions and 6 deletions

View file

@ -29,4 +29,4 @@ if os.path.isdir(os.path.join(dirname, "blueprintcompiler")):
from blueprintcompiler import main
if __name__ == "__main__":
main.main()
main.main("uninstalled" if version == literal("VERSION") else version)