mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-08 20:05:27 +00:00
updated env vars and setup.py requires
This commit is contained in:
parent
2d909ff694
commit
8482a1e2bb
5
setup.py
5
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'irs',
|
name = 'irs',
|
||||||
version = '7.0.0',
|
version = '7.0.1',
|
||||||
description = 'A music downloader that gets metadata too.',
|
description = 'A music downloader that gets metadata too.',
|
||||||
url = 'https://github.com/kepoorhampond/irs',
|
url = 'https://github.com/kepoorhampond/irs',
|
||||||
author = 'Kepoor Hampond',
|
author = 'Kepoor Hampond',
|
||||||
|
@ -16,7 +16,8 @@ setup(
|
||||||
'argparse', # CLI arg parsing
|
'argparse', # CLI arg parsing
|
||||||
'spotipy', # Interfacing w/ Spotify API
|
'spotipy', # Interfacing w/ Spotify API
|
||||||
'ydl-binaries', # Downloading ffmpeg/ffprobe binaries
|
'ydl-binaries', # Downloading ffmpeg/ffprobe binaries
|
||||||
'pyyaml' # Config files done simply
|
'pyyaml', # Config files done simply
|
||||||
|
'youtube-dl' # Download youtube videos
|
||||||
],
|
],
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts': ['irs = irs.cli.cli:main'],
|
'console_scripts': ['irs = irs.cli.cli:main'],
|
||||||
|
|
Loading…
Reference in a new issue