Skip to content

Commit

Permalink
Update license info with well-known OSA MIT license classifier.
Browse files Browse the repository at this point in the history
Update license data in ``pyproject.toml``, replacing ``license`` property with a ``classifiers`` item for the OSA MIT license.
  • Loading branch information
macserv authored and DetachHead committed Nov 7, 2024
1 parent a0d9247 commit deab159
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@ authors = [
{ name = "detachhead", email = "[email protected]" },
]
readme = "README.md"
license = { text = "MIT" }
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
requires-python = ">=3.8"
dependencies = [
# required by the basedpyright cli & langserver wrapper scripts. only binaries are required (no cli)
Expand Down

0 comments on commit deab159

Please sign in to comment.