Shell scripts have now moved to a separate folder to remove clutter from the root folder, an old unused redundant .ini-file was removed and an entity relations diagram moved to docs.
The minor fixes are:
update formatting and required python version in setup.py
change CARAMEL_LOG_LEVEL from int to str, to match the the configuration in in-files
remove unsued parameter variable env in config.add_db_url_argument
change the venvs temporary directory names for systest to a common base-name for easier removal with make clean(now removes all old venvs used by make systest)
Shell scripts have now moved to a separate folder to remove clutter from the root folder, an old unused redundant .ini-file was removed and an entity relations diagram moved to docs.
The minor fixes are: