switch to static setup file
This commit is contained in:
parent
f71074811e
commit
5c4a317d89
3 changed files with 39 additions and 35 deletions
33
setup.cfg
Normal file
33
setup.cfg
Normal file
|
@ -0,0 +1,33 @@
|
|||
[metadata]
|
||||
name = zotify
|
||||
version = 0.6.6
|
||||
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
|
||||
pwinput
|
||||
tabulate
|
||||
tqdm
|
||||
|
||||
[options.package_data]
|
||||
file: README.md, LICENSE
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
zotify = zotify.__main__:main
|
Loading…
Add table
Add a link
Reference in a new issue