Skip to content

Commit

Permalink
Fix: Fix licence classifier for Python package
Browse files Browse the repository at this point in the history
Fix a copy and paste mistake for the license classifier.
  • Loading branch information
bjoernricks committed Mar 20, 2024
1 parent ac581df commit 01d4a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
classifiers = [
# Full list: https://pypi.org/pypi?%3Aaction=list_classifiers
"Development Status :: 4 - Beta",
"License :: OSI Approved :: GNU General Public License v3 or later (AGPLv3+)", # pylint: disable=line-too-long
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", # pylint: disable=line-too-long
"Environment :: Console",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.11",
Expand Down

0 comments on commit 01d4a24

Please sign in to comment.