bids-standard / pybv

A lightweight I/O utility for the BrainVision data format, written in Python.
https://pybv.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
21 stars 13 forks source link

Use pyproject.toml #116

Closed cbrnr closed 7 months ago

cbrnr commented 7 months ago

And while we're at it, we can also replace the legacy setup.{cfg,py} with pyproject.toml.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (e1a6c79) 100.00% compared to head (4c77dde) 100.00%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #116 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 5 Lines 634 632 -2 ========================================= - Hits 634 632 -2 ```

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

cbrnr commented 7 months ago

Please review extra carefully, since I cannot run the other two workflows (python_build.yml and python_publish.yml. I hope I didn't forget and/or screw anything up.

sappelhoff commented 7 months ago

Thanks @cbrnr