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 a97c865 + f99a859 commit 33d96efCopy full SHA for 33d96ef
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]
@@ -16,14 +16,14 @@ keywords = [
16
"statistics",
17
"stats",
18
19
-license = { text = "MIT" }
+license = "MIT"
20
+license-files = [ "LICENSE.txt" ]
21
authors = [ { name = "Hugo van Kemenade" } ]
22
requires-python = ">=3.9"
23
classifiers = [
24
"Development Status :: 5 - Production/Stable",
25
"Intended Audience :: Developers",
26
"Intended Audience :: End Users/Desktop",
- "License :: OSI Approved :: MIT License",
27
"Operating System :: OS Independent",
28
"Programming Language :: Python :: 3 :: Only",
29
"Programming Language :: Python :: 3.9",
0 commit comments