File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def main(filename=None, verbose=True):
64
64
else :
65
65
m3ufile = sys .argv [1 ]
66
66
except IndexError :
67
- print ("Usage: m3u-prsr <m3ufile>" )
67
+ print ("Usage: m3uprsr <m3ufile>" )
68
68
sys .exit (1 )
69
69
70
70
return parsem3u (m3ufile , verbose = verbose )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
- name = " m3u-prsr "
3
- version = " 0.1.33 "
2
+ name = " m3uprsr "
3
+ version = " 0.1.36 "
4
4
description = " "
5
5
authors = [
6
+ " pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com>" ,
6
7
" Dave A <dave@dvndrsn.com>" ,
7
- " pythoninthegrass <4097471+pythoninthegrass@users.noreply.github.com>"
8
8
]
9
9
license = " Unlicense"
10
10
readme = " README.md"
@@ -30,7 +30,7 @@ ruff = "^0.1.1"
30
30
31
31
[tool .poetry .scripts ]
32
32
build = " app.pyinstaller:install"
33
- m3u-prsr = " app.main:main"
33
+ m3uprsr = " app.main:main"
34
34
35
35
[tool .ruff ]
36
36
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
You can’t perform that action at this time.
0 commit comments