Skip to content

Commit

Permalink
Change license definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed May 8, 2024
1 parent 680b5e6 commit 7a7a507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = [{ name = "Albert Kottke", email = "albert.kottke@gmail.com" }]
description = "Efficient implementatins of the Konno Ohmachi filter in Python."
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"
license = { text = "MIT" }
dependencies = [
"numpy",
"numba",
Expand Down

0 comments on commit 7a7a507

Please sign in to comment.