Skip to content

Commit

Permalink
fix(ci): missing long_description in build
Browse files Browse the repository at this point in the history
  • Loading branch information
vicwomg committed Sep 3, 2024
1 parent d2d68f1 commit 56b9b65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ name = "pikaraoke"
version = "1.4.0"
description = "Youtube-based Karaoke machine for Raspberry Pi, OSX, Windows, and Linux"
authors = ["Vic Wong"]
readme = "docs/README.md"
homepage = "https://github.com/vicwomg/pikaraoke"
repository = "https://github.com/vicwomg/pikaraoke"
keywords = ["karaoke", "ktv", "video", "audio", "youtube", "raspberry-pi", "osx", "windows", "linux"]
classifiers = [
"Topic :: Multimedia :: Video",
"Topic :: Multimedia :: Sound/Audio",
"Topic :: Games/Entertainment"
]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit 56b9b65

Please sign in to comment.