forked from zotify-dev/zotify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (30 loc) · 806 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[metadata]
name = zotify
version = 0.6.14
author = Zotify Contributors
description = A highly customizable music and podcast downloader
long_description = file: README.md
long_description_content_type = text/markdown
keywords = python, music, podcast, downloader
licence = Unlicence
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: The Unlicense (Unlicense)
Operating System :: OS Independent
[options]
packages = zotify
python_requires = >=3.9
install_requires =
librespot@git+https://github.com/kokarare1212/librespot-python.git
ffmpy
music_tag
Pillow
protobuf==3.20.1
pwinput
tabulate[widechars]
tqdm
[options.package_data]
file: README.md, LICENSE
[options.entry_points]
console_scripts =
zotify = zotify.__main__:main