cta-observatory / cta-lstchain

LST prototype testbench chain
https://cta-observatory.github.io/cta-lstchain/
BSD 3-Clause "New" or "Revised" License
22 stars 77 forks source link

Require .py extension for identifying scripts in install #1233

Closed moralejo closed 4 months ago

moralejo commented 4 months ago

Require .py extension for identifying scripts. Solves "error in setup command: Duplicate element EntryPoint" issue that comes up when executing pip install if the scripts directory contains e.g. an emacs backup file of one of the scripts (lstchain_***.py~)

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (050056a) 72.67% compared to head (0ab5824) 72.67%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1233 +/- ## ======================================= Coverage 72.67% 72.67% ======================================= Files 132 132 Lines 13655 13655 ======================================= Hits 9924 9924 Misses 3731 3731 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.