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 e50043a commit 9e2b0d1Copy full SHA for 9e2b0d1
pyproject.toml
@@ -20,14 +20,14 @@ keywords = [
20
"repositories",
21
"research data",
22
]
23
-license = { text = "MIT" }
+license = "MIT"
24
+license-files = [ "LICENSE" ]
25
authors = [
26
{ name = "Heinz-Alexander Fütterer" },
27
28
requires-python = ">=3.10"
29
classifiers = [
30
"Development Status :: 1 - Planning",
- "License :: OSI Approved :: MIT License",
31
"Operating System :: OS Independent",
32
"Programming Language :: Python",
33
"Programming Language :: Python :: 3 :: Only",
0 commit comments