Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add trove classifier for license #133

Merged
merged 1 commit into from
Dec 6, 2023

Conversation

oefe
Copy link

@oefe oefe commented Nov 12, 2023

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

  • Created tests which fail without the change (if possible)
  • All tests passing
  • Added a changelog entry
  • Extended the README / documentation, if necessary

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.
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

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

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

Additional details and impacted files
@@             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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Stranger6667
Copy link
Collaborator

thanks!

@Stranger6667 Stranger6667 merged commit 876d65f into kiwicom:master Dec 6, 2023
5 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants