mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-08 20:05:27 +00:00
Forgot to add a dependency
This commit is contained in:
parent
9bd37884b9
commit
dbd8e29280
3
setup.py
3
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='irs',
|
name='irs',
|
||||||
version='2.6.13',
|
version='2.6.14',
|
||||||
description='A music downloader that just gets metadata.',
|
description='A music downloader that just gets metadata.',
|
||||||
url='https://github.com/kepoorhampond/irs',
|
url='https://github.com/kepoorhampond/irs',
|
||||||
author='Kepoor Hampond',
|
author='Kepoor Hampond',
|
||||||
|
@ -14,6 +14,7 @@ setup(
|
||||||
'mutagen',
|
'mutagen',
|
||||||
'youtube-dl',
|
'youtube-dl',
|
||||||
'requests',
|
'requests',
|
||||||
|
'spotipy',
|
||||||
],
|
],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts': ['irs = irs.__main__:main'],
|
'console_scripts': ['irs = irs.__main__:main'],
|
||||||
|
|
Loading…
Reference in a new issue