Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into argparser-bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Nov 13, 2024
2 parents a35b973 + 3e60bd2 commit 48a734f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
]

[project.scripts]
tubeup = "tubeup:__main__"
tubeup = "tubeup.__main__:main"

[tool.setuptools.dynamic]
version = {attr = "tubeup.__version__"}
2 changes: 1 addition & 1 deletion tubeup/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2023.08.19'
__version__ = '2024.11.13'
1 change: 0 additions & 1 deletion tubeup/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
import logging
import traceback

import internetarchive
import internetarchive.cli

from tubeup.TubeUp import TubeUp
Expand Down
1 change: 1 addition & 0 deletions tubeup/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import re
from collections import defaultdict


EMPTY_ANNOTATION_FILE = ('<?xml version="1.0" encoding="UTF-8" ?>'
Expand Down

0 comments on commit 48a734f

Please sign in to comment.