Skip to content

Commit

Permalink
chore: add trove classifier for license
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
martina-oefelein authored and Stranger6667 committed Dec 6, 2023
1 parent cac7d72 commit 876d65f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Changelog
`Unreleased`_
-------------

- Add trove classifier for license.

`0.13.0`_ - 2023-08-01
----------------------

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ classifiers = [
"Development Status :: 4 - Beta",
"Framework :: Pytest",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Topic :: Software Development :: Testing",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit 876d65f

Please sign in to comment.