Skip to content

Commit

Permalink
chore: apply pep 639 (#220)
Browse files Browse the repository at this point in the history
Fixes #217
  • Loading branch information
afuetterer authored Dec 10, 2024
1 parent e50043a commit 9e2b0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ keywords = [
"repositories",
"research data",
]
license = { text = "MIT" }
license = "MIT"
license-files = [ "LICENSE" ]
authors = [
{ name = "Heinz-Alexander Fütterer" },
]
requires-python = ">=3.10"
classifiers = [
"Development Status :: 1 - Planning",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3 :: Only",
Expand Down

0 comments on commit 9e2b0d1

Please sign in to comment.