Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanslack committed Jul 30, 2024
1 parent 17ca15d commit 5cbef0d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ maintainers = [
{name = "Gianluca Pernigotto", email = "[email protected]"}
]
description = "Videomass is a cross-platform GUI for FFmpeg and yt-dlp"
license = {file = "LICENSE"}
license = {text = "GNU General Public License v3 (GPLv3)"}
keywords = [
"videomass",
"converter",
Expand All @@ -29,10 +29,14 @@ classifiers = [
"Operating System :: POSIX :: Linux",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: Arabic",
"Natural Language :: Chinese (Simplified)",
"Natural Language :: Czech",
"Natural Language :: Dutch",
"Natural Language :: English",
"Natural Language :: French",
"Natural Language :: German",
"Natural Language :: Hungarian",
"Natural Language :: Italian",
"Natural Language :: Portuguese (Brazilian)",
"Natural Language :: Russian",
Expand Down Expand Up @@ -89,7 +93,7 @@ include = [
"BUGS",
"CHANGELOG",
"INSTALL",
"LICENSE", # already included as license
"LICENSE",
"README.md", # already included as readme
"TODO",
"launcher",
Expand Down

0 comments on commit 5cbef0d

Please sign in to comment.