oceanmodeling / xarray-selafin

An xarray engine for opening Selafin files (TELEMAC)
https://pypi.org/project/xarray-selafin/
The Unlicense
4 stars 2 forks source link

Consolidation of setup.py, setup.cfg and pyproject.toml #35

Closed pmav99 closed 5 months ago

pmav99 commented 5 months ago

There are 3 different files that contain metadata:

are all 3 of them needed? Unless there are specific reasons that force the usage of e.g. both setup.py and pyproject.toml I would suggest keeping just one of them. As it is, it is rather difficult to understand which file is being used + all 3 files need to be kept in sync when the metadata get updated.