Skip to content

Commit

Permalink
Succesfully made it work from .local/bin/!
Browse files Browse the repository at this point in the history
  • Loading branch information
Psyhackological committed Jan 27, 2023
1 parent 667bd77 commit ffeac1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ poetry = "^1.3.1"
mypy = "^0.991"
setuptools = "^66.1.1"

[tool.poetry.scripts]
ytxt = "ytxt.main:main"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
2 changes: 1 addition & 1 deletion src/ytxt/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
it saves to a clean looking .txt file with the same name.
"""
import glob
from lib import argument_parsing, subtitle_cleaning, yt_dlp_stuff
from ytxt.lib import argument_parsing, subtitle_cleaning, yt_dlp_stuff


def main():
Expand Down

0 comments on commit ffeac1a

Please sign in to comment.