eqcorrscan / RT_EQcorrscan

Real-Time implementation of EQcorrscan methods.
https://rt-eqcorrscan.readthedocs.io/
GNU General Public License v3.0
13 stars 6 forks source link

Move from Scripts to Entry-Points #10

Closed calum-chamberlain closed 4 years ago

calum-chamberlain commented 4 years ago

To enable conda-forge building as noarch: python entry-points need to be used for scripts. This PR changes from declaring scripts in setup.py to using entry-points.

See this PR for the reason behind this.