RadioAstronomySoftwareGroup / pyradiosky

Python objects and interfaces for representing diffuse, extended and compact astrophysical radio sources
https://pyradiosky.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
14 stars 5 forks source link

Convert scripts to entry-point functions, the preferred option with pyproject.toml #249

Open bhazelton opened 5 months ago

bhazelton commented 5 months ago

This means removing the scripts as stand alone files and refactoring them into functions that can be plumbed as entry-points in the pyproject.toml.