Skip to content

Commit

Permalink
📇 Fix how we specify the licence
Browse files Browse the repository at this point in the history
Seems you have to be explicit that it's text.
  • Loading branch information
davep committed Nov 27, 2024
1 parent e865f1d commit 40f0d88
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 @@ -2,7 +2,7 @@
name = "quizzical"
version = "0.2.1"
description = "A trivia quiz game for the terminal"
license = "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
license = { text = "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"}
authors = [
{ name = "Dave Pearson", email = "[email protected]" }
]
Expand Down

0 comments on commit 40f0d88

Please sign in to comment.