cta-observatory / ctapipe

Low-level data processing pipeline software for CTAO or similar arrays of Imaging Atmospheric Cherenkov Telescopes
https://ctapipe.readthedocs.org
BSD 3-Clause "New" or "Revised" License
62 stars 266 forks source link

Move options from setup.cfg to pyproject.toml #2512

Closed maxnoe closed 4 months ago

maxnoe commented 4 months ago

Switch to using the standardized metadata and config for setuptools in pyproject.toml, gets rid of one config file.

codecov[bot] commented 4 months ago

Codecov Report

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

Comparison is base (daf12f0) 92.52% compared to head (d98c57c) 92.53%. Report is 9 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2512 +/- ## ======================================= Coverage 92.52% 92.53% ======================================= Files 235 235 Lines 20024 20024 ======================================= + Hits 18528 18530 +2 + Misses 1496 1494 -2 ```

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

maxnoe commented 4 months ago

Sorry, needed to update the docs/conf.py to read the info now from pyproject.toml. Done now, please review again.