Skip to content

Commit

Permalink
Restructured to hopefully include all the right files as needed by Po…
Browse files Browse the repository at this point in the history
…etry
  • Loading branch information
beveradb committed Dec 21, 2023
1 parent 4ce3267 commit 5560557
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import argparse
import logging
import pkg_resources
from karaoke_finalise import KaraokeFinalise
from karaoke_prep.karaoke_finalise import KaraokeFinalise


def main():
Expand Down
File renamed without changes.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "karaoke-prep"
version = "0.8.1"
version = "0.8.2"
description = "Prepare for karaoke video creation, by downloading audio and lyrics for a specified song or playlist from youtube and separating audio stems. After syncing, finalise the video with a title screen!"
authors = ["Andrew Beveridge <andrew@beveridge.uk>"]
license = "MIT"
Expand All @@ -9,7 +9,6 @@ packages = [{include = "karaoke_prep"}]
homepage = "https://github.com/karaokenerds/karaoke-prep"
repository = "https://github.com/karaokenerds/karaoke-prep"
documentation = "https://github.com/karaokenerds/karaoke-prep/blob/main/README.md"
include = ["karaoke_finalise", "karaoke_prep", "utils"]

[tool.poetry.dependencies]
python = ">=3.9"
Expand All @@ -25,8 +24,8 @@ pillow = "^10.1.0"
black = "^23"

[tool.poetry.scripts]
karaoke-prep = 'utils.prep_cli:main'
karaoke-finalise = 'utils.finalise_cli:main'
karaoke-prep = 'karaoke_prep.utils.prep_cli:main'
karaoke-finalise = 'karaoke_prep.utils.finalise_cli:main'

[tool.black]
line-length = 140
Expand Down

0 comments on commit 5560557

Please sign in to comment.