Skip to content

Commit 9e2b0d1

Browse files
authored
chore: apply pep 639 (#220)
Fixes #217
1 parent e50043a commit 9e2b0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ keywords = [
2020
"repositories",
2121
"research data",
2222
]
23-
license = { text = "MIT" }
23+
license = "MIT"
24+
license-files = [ "LICENSE" ]
2425
authors = [
2526
{ name = "Heinz-Alexander Fütterer" },
2627
]
2728
requires-python = ">=3.10"
2829
classifiers = [
2930
"Development Status :: 1 - Planning",
30-
"License :: OSI Approved :: MIT License",
3131
"Operating System :: OS Independent",
3232
"Programming Language :: Python",
3333
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)