-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
[tool.poetry] | ||
name = "karaoke-generator" | ||
version = "0.4.2" | ||
version = "0.4.3" | ||
description = "Fully automated creation of _acceptable_ karaoke music videos from any music on YouTube, using open source tools and AI (e.g. Whisper and MDX-Net)" | ||
authors = ["Andrew Beveridge <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.md" | ||
packages = [{ include = "karaoke_generator" }] | ||
homepage = "https://github.com/karaokenerds/karaoke-generator" | ||
repository = "https://github.com/karaokenerds/karaoke-generator" | ||
documentation = "https://github.com/karaokenerds/karaoke-generator/blob/main/README.md" | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.9,<3.11" | ||
|