ImperialCollegeLondon / virtual_ecosystem

This repository is the home for the codebase for the Virtual Ecosystem project.
https://virtual-ecosystem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Fixing up PyPI issues in `0.1.0a0` #404

Closed davidorme closed 6 months ago

davidorme commented 6 months ago

Description

There were some issues in the pyproject.toml settings that gave a somewhat uninspiring first release on TestPyPI.

https://test.pypi.org/project/virtual-ecosystem/0.1.1a0/

This PR fixes up a bunch of those issues to give us some properly completed metadata:

https://test.pypi.org/project/virtual-ecosystem/0.1.1a4/

Type of change

codecov-commenter commented 6 months ago

Codecov Report

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

Project coverage is 93.19%. Comparing base (e84abd8) to head (86482a1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #404 +/- ## ======================================= Coverage 93.19% 93.19% ======================================= Files 60 60 Lines 2953 2953 ======================================= Hits 2752 2752 Misses 201 201 ```

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