Skip to content

Commit 6427174

Browse files
committed
Replace deprecated classifier with licence expression (PEP 639)
1 parent 4762bdd commit 6427174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatch-vcs",
5-
"hatchling",
5+
"hatchling>=1.27",
66
]
77

88
[project]
@@ -12,14 +12,14 @@ readme = "README.md"
1212
keywords = [
1313
"humanize time size",
1414
]
15-
license = { text = "MIT" }
15+
license = "MIT"
16+
license-files = [ "LICENSE" ]
1617
maintainers = [ { name = "Hugo van Kemenade" } ]
1718
authors = [ { name = "Jason Moiron", email = "jmoiron@jmoiron.net" } ]
1819
requires-python = ">=3.9"
1920
classifiers = [
2021
"Development Status :: 5 - Production/Stable",
2122
"Intended Audience :: Developers",
22-
"License :: OSI Approved :: MIT License",
2323
"Operating System :: OS Independent",
2424
"Programming Language :: Python",
2525
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)