zotify/setup.cfg

34 lines
795 B
INI
Raw Permalink Normal View History

2022-04-14 20:59:08 -06:00
[metadata]
name = zotify
2024-02-06 22:10:08 -07:00
version = 0.6.13
2022-04-14 20:59:08 -06:00
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
2022-05-28 18:27:32 -06:00
protobuf==3.20.1
2022-04-14 20:59:08 -06:00
pwinput
tabulate
tqdm
[options.package_data]
file: README.md, LICENSE
[options.entry_points]
console_scripts =
zotify = zotify.__main__:main