patricklnz
patricklnz
> By python conventions, modules have lower case or snake case names, not CamelCase. Then this needs to be changed as well.
related to #108
@MaxBetzDLR Do you have an idea wat could cause this problem?
We should replace our `setup.py` with a `pyproject.toml` file (or at least add one). https://packaging.python.org/en/latest/guides/modernize-setup-py-project/