pangaea-data-publisher / pangaeapy

PANGAEA Python Client
https://www.pangaea.de/
GNU General Public License v3.0
29 stars 18 forks source link

Published version 1.0.17 missing package data #59

Closed nselke closed 9 months ago

nselke commented 9 months ago

There seems to be an issue with files missing from the newest release version 1.0.17.

This can be seen with this simple example:

from pangaeapy import PanDataSet

PanDataSet(939091)

pangaeapy is complaining about being unable to open database file 'terms.db'.

After a bit of searching I looked at the whl files for version 1.0.17 and 1.0.16. The older version contains 28 files and the newer version only 17. One of them being the terms.db file.

I suspect this problem was introduced in commit 9dd5356 when making changes to the setup.py/setup.cfg.