Skip to content

Commit

Permalink
Added PyPI project URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
beveradb committed Jul 9, 2023
1 parent 764f9b0 commit f23d4b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
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"
Expand Down

0 comments on commit f23d4b6

Please sign in to comment.