We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6048f commit a207d4fCopy full SHA for a207d4f
pyproject.toml
@@ -2,7 +2,7 @@
2
build-backend = "hatchling.build"
3
requires = [
4
"hatch-vcs>=0.4",
5
- "hatchling>=1.18",
+ "hatchling>=1.27",
6
]
7
8
[project]
@@ -17,12 +17,12 @@ keywords = [
17
"workflow",
18
19
license = "MIT"
20
+license-files = [ "LICENSE" ]
21
authors = [
22
{ name = "Chad Smith", email = "[email protected]" },
23
24
requires-python = ">=3.9"
25
classifiers = [
- "License :: OSI Approved :: MIT License",
26
"Operating System :: OS Independent",
27
"Programming Language :: Python",
28
"Programming Language :: Python :: 3 :: Only",
0 commit comments