kiwicom / pytest-recording

A pytest plugin that allows recording network interactions via VCR.py
MIT License
441 stars 35 forks source link

chore: add trove classifier for license #133

Closed oefe closed 11 months ago

oefe commented 11 months ago

Description

PyPI and various other tools don't report any license for pytest-recording.

Apparently, these tools rely on the trove classifier, not on the license setting in pyproject.toml or the LICENSE file in the project tree.

Add the trove classifier for consistency and compatibility with these tools.

Checklist

codecov-commenter commented 11 months ago

Codecov Report

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

Comparison is base (85c3ffa) 100.00% compared to head (1f6cce7) 89.19%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #133 +/- ## ============================================ - Coverage 100.00% 89.19% -10.81% ============================================ Files 8 8 Lines 287 287 Branches 54 39 -15 ============================================ - Hits 287 256 -31 - Misses 0 30 +30 - Partials 0 1 +1 ``` [see 1 file with indirect coverage changes](https://app.codecov.io/gh/kiwicom/pytest-recording/pull/133/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=kiwicom)

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

Stranger6667 commented 11 months ago

thanks!