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.
1 parent 748dae5 commit 6773840Copy full SHA for 6773840
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
build-backend = "setuptools.build_meta"
3
requires = [
4
- "setuptools>=61",
+ "setuptools>=77",
5
"setuptools-scm[toml]>=6.2.3",
6
]
7
@@ -13,7 +13,8 @@ keywords = [
13
"test",
14
"unittest",
15
16
-license = { text = "MIT" }
+license = "MIT"
17
+license-files = [ "LICENSE" ]
18
authors = [
19
{ name = "Holger Krekel" },
20
{ name = "Bruno Oliveira" },
@@ -27,7 +28,6 @@ requires-python = ">=3.9"
27
28
classifiers = [
29
"Development Status :: 6 - Mature",
30
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
31
"Operating System :: MacOS",
32
"Operating System :: Microsoft :: Windows",
33
"Operating System :: POSIX",
0 commit comments