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

Command line scripts in bin/ directory need to be moved to entry_points #195

Open PennyHow opened 9 months ago

PennyHow commented 9 months ago

For pypromice command line scripts (currently in the bin/ directory) to be cross-compatible for all platforms, they need to be moved to an entry_point, as specified here in the pypromice conda-forge build request: https://github.com/conda-forge/staged-recipes/pull/22932

https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#entry-points https://stackoverflow.com/questions/774824/explain-python-entry-points