Skip to content

Commit

Permalink
Fix long license on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
philippewarren committed Dec 4, 2022
1 parent ebbbb93 commit 3c7d64d
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 = [
]
description = "Easily do calculations on hours and minutes using the command line"
readme = "README.md"
license = {file = "LICENSE"}
license = {text = "GPLv3"}
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 3c7d64d

Please sign in to comment.