diff --git a/vantage6-client/vantage6/client/constants.py b/vantage6-client/vantage6/client/constants.py deleted file mode 100644 index 31202259d..000000000 --- a/vantage6-client/vantage6/client/constants.py +++ /dev/null @@ -1,14 +0,0 @@ -from pathlib import Path - - -STRING_ENCODING = "utf-8" - -# -# INSTALLATION SETTINGS -# -PACKAGE_FOLDER = Path(__file__).parent.parent.parent - -APPNAME = "vantage6" - -# with open(Path(PACKAGE_FOLDER) / APPNAME / "client" / "VERSION") as f: -# VERSION = f.read() \ No newline at end of file