GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
12 stars 4 forks source link

Remove MANIFEST.ini #267

Open PennyHow opened 4 days ago

PennyHow commented 4 days ago

Package files are defined in setup.py and MANIFEST.ini. The setup.py file defines individual files nested in modules that are needed in the package distribution, whilst the MANIFEST.ini file defines directories (and all their contents) that should be included in the package distribution.

It would be nicer to have this all defined in the setup.py, rather than in two places, so we can keep better track of all the files that are distributed with pypromice.