Skip to content

Commit

Permalink
fix: use license.file instead of license.text (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
zahidkizmaz authored Dec 16, 2024
1 parent 1ac6513 commit 0abbc0f
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 @@ -4,7 +4,7 @@ version = "0.2.7"
description = "Parse numbers with different formatting to builtin python Decimal."
authors = [{ name = "Zahid Kizmaz", email = "[email protected]" }]
readme = "README.md"
license = { text = "LICENSE" }
license = { file = "LICENSE" }
requires-python = ">= 3.9"

[build-system]
Expand Down

0 comments on commit 0abbc0f

Please sign in to comment.