full simbev config, tech data and charging probabilities
The module configuration was corrupt, it was not possible to import submodules of module simbev, e.g. from simbev import helpers. I fixed the setup.py.
I needed the import of __version__ which I added to root module's __init__.py (common practice).
Closes #27 and fixes the package config.
Adds metadata JSON file in result dir including:
The module configuration was corrupt, it was not possible to import submodules of module
simbev
, e.g.from simbev import helpers
. I fixed thesetup.py
. I needed the import of__version__
which I added to root module's__init__.py
(common practice).Tested via fresh installation in venv.
After approval, I'll prepare a new release.