Primary problem: 'h5py' is missing in package dependencies. - [x] add this dependency Secondary problem: lack of whole package testing - [x] test the whole package with `tox` using a GitHub workflow, see e.g. [VISIP tests](https://github.com/GeoMop/visip/actions/runs/2583925268/workflow) Other improvements of `setup.py`: - [ ] read version from separate file under version control (use also in publish workflow etc.) - [x] remove KS from authors - [x] add packages explicitly without "exclude"
Primary problem: 'h5py' is missing in package dependencies.
Secondary problem: lack of whole package testing
toxusing a GitHub workflow, see e.g.VISIP tests
Other improvements of
setup.py: