rl-institut / simbev

MIT License
10 stars 4 forks source link

Export metadata and fix package config #59

Closed nesnoj closed 2 years ago

nesnoj commented 2 years ago

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 the setup.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.