Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeetree committed Feb 14, 2025
1 parent 570a3fa commit e59acf7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ authors = [
{name = "maybetree", email = "[email protected]"}
]
license = { file = "LICENSE-GPL.txt" }
license-files = [
{ file = "LICENSE-GPL3.txt", text = "GNU GPL v3" },
{ file = "LICENSE-FDL.txt", text = "GNU FDL" },
{ file = "LICENSE-CC0.txt", text = "CC0" }
]
# idk how to specify multiple licenses, someone please fix.
#license-files = [
# { file = "LICENSE-GPL3.txt", text = "GNU GPL v3" },
# { file = "LICENSE-FDL.txt", text = "GNU FDL" },
# { file = "LICENSE-CC0.txt", text = "CC0" }
#]

readme = "README.md"
classifiers = [
Expand Down

0 comments on commit e59acf7

Please sign in to comment.