Skip to content

Commit a207d4f

Browse files
PEP 639 compliance
1 parent 4d6048f commit a207d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

88
[project]
@@ -17,12 +17,12 @@ keywords = [
1717
"workflow",
1818
]
1919
license = "MIT"
20+
license-files = [ "LICENSE" ]
2021
authors = [
2122
{ name = "Chad Smith", email = "[email protected]" },
2223
]
2324
requires-python = ">=3.9"
2425
classifiers = [
25-
"License :: OSI Approved :: MIT License",
2626
"Operating System :: OS Independent",
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)