We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4762bdd + 6427174 commit bad1093Copy full SHA for bad1093
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
build-backend = "hatchling.build"
3
requires = [
4
"hatch-vcs",
5
- "hatchling",
+ "hatchling>=1.27",
6
]
7
8
[project]
@@ -12,14 +12,14 @@ readme = "README.md"
12
keywords = [
13
"humanize time size",
14
15
-license = { text = "MIT" }
+license = "MIT"
16
+license-files = [ "LICENSE" ]
17
maintainers = [ { name = "Hugo van Kemenade" } ]
18
authors = [ { name = "Jason Moiron", email = "jmoiron@jmoiron.net" } ]
19
requires-python = ">=3.9"
20
classifiers = [
21
"Development Status :: 5 - Production/Stable",
22
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
23
"Operating System :: OS Independent",
24
"Programming Language :: Python",
25
"Programming Language :: Python :: 3 :: Only",
0 commit comments