Skip to content

Commit 63358e0

Browse files
authored
Merge pull request #10 from michaelb/dev
fix music-tag > music_tag dependency
2 parents 4b9b46f + a495dcb commit 63358e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
url="https://github.com/michaelb/auto-ytdl",
2121
packages=find_namespace_packages(),
2222
install_requires=['youtube-dl', 'ffmpeg',
23-
'toml', 'pathlib', 'argparse', 'toml', 'music-tag'],
23+
'toml', 'pathlib', 'argparse', 'toml', 'music_tag'],
2424
entry_points={
2525
'console_scripts': [
2626
'aytdl = autoytdl.AYTDL:main'

0 commit comments

Comments
 (0)