kinverarity1 / python-sa-gwdata

Python package for the Groundwater Data section of the DEW WaterConnect website
https://python-sa-gwdata.readthedocs.io/en/latest/index.html
MIT License
3 stars 0 forks source link

Fix __version__ issue #36

Closed kinverarity1 closed 11 months ago

kinverarity1 commented 11 months ago

This fixes a DEBUG log message that sa_gwdata distribution was not found and upgrades to Python 3.8 as minimum required version, together with now using importlib.metadata

All long overdue changes