Skip to content

Commit

Permalink
Replace deprecated classifier with licence expression (PEP 639) (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 20, 2025
2 parents a97c865 + f99a859 commit 33d96ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build-backend = "hatchling.build"
requires = [
"hatch-vcs",
"hatchling",
"hatchling>=1.27",
]

[project]
Expand All @@ -16,14 +16,14 @@ keywords = [
"statistics",
"stats",
]
license = { text = "MIT" }
license = "MIT"
license-files = [ "LICENSE.txt" ]
authors = [ { name = "Hugo van Kemenade" } ]
requires-python = ">=3.9"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 33d96ef

Please sign in to comment.