mirror of
https://github.com/cooperhammond/irs.git
synced 2024-12-22 17:35:28 +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(
|
||||
name='irs',
|
||||
version='2.6.13',
|
||||
version='2.6.14',
|
||||
description='A music downloader that just gets metadata.',
|
||||
url='https://github.com/kepoorhampond/irs',
|
||||
author='Kepoor Hampond',
|
||||
|
@ -14,6 +14,7 @@ setup(
|
|||
'mutagen',
|
||||
'youtube-dl',
|
||||
'requests',
|
||||
'spotipy',
|
||||
],
|
||||
entry_points = {
|
||||
'console_scripts': ['irs = irs.__main__:main'],
|
||||
|
|
Loading…
Reference in a new issue