Skip to content

Commit

Permalink
Replace deprecated classifier with licence expression (PEP 639) (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Feb 14, 2025
2 parents 4762bdd + 6427174 commit bad1093
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 @@ -12,14 +12,14 @@ readme = "README.md"
keywords = [
"humanize time size",
]
license = { text = "MIT" }
license = "MIT"
license-files = [ "LICENSE" ]
maintainers = [ { name = "Hugo van Kemenade" } ]
authors = [ { name = "Jason Moiron", email = "[email protected]" } ]
requires-python = ">=3.9"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit bad1093

Please sign in to comment.