biocommons / biocommons.example

Template for new biocommons packages, and source of configuration for periodic updates to derived packages
1 stars 1 forks source link

Move project configuration to pyproject.toml #33

Closed ecalifornica closed 9 months ago

ecalifornica commented 9 months ago

The du jour Python project metadata and configuration approach seems to have coalesced around using pyproject.toml, see PEP 621 and PEP 518.

This PR follows the documentation found at https://setuptools.pypa.io/en/latest/index.html to do the following:

codecov[bot] commented 9 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8bde56c) 100.00% compared to head (d2bdc1d) 100.00%.

:exclamation: Current head d2bdc1d differs from pull request most recent head eb34b90. Consider uploading reports for the commit eb34b90 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 18 18 ========================================= Hits 18 18 ```

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