Skip to content

Commit 33d96ef

Browse files
authored
Replace deprecated classifier with licence expression (PEP 639) (#473)
2 parents a97c865 + f99a859 commit 33d96ef

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]
@@ -16,14 +16,14 @@ keywords = [
1616
"statistics",
1717
"stats",
1818
]
19-
license = { text = "MIT" }
19+
license = "MIT"
20+
license-files = [ "LICENSE.txt" ]
2021
authors = [ { name = "Hugo van Kemenade" } ]
2122
requires-python = ">=3.9"
2223
classifiers = [
2324
"Development Status :: 5 - Production/Stable",
2425
"Intended Audience :: Developers",
2526
"Intended Audience :: End Users/Desktop",
26-
"License :: OSI Approved :: MIT License",
2727
"Operating System :: OS Independent",
2828
"Programming Language :: Python :: 3 :: Only",
2929
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)