Skip to content

Commit

Permalink
Use valid license classifier in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Nov 7, 2024
1 parent e9c2696 commit 2d1c575
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 @@ -13,7 +13,7 @@ authors = [
]
classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: GPLv3",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
Expand Down

0 comments on commit 2d1c575

Please sign in to comment.