Update setup.py

This commit is contained in:
Logykk 2021-12-01 21:39:25 +13:00 committed by GitHub
parent 3003e681ef
commit 3ec733262c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/Footsiefat/zspotify.git", url="https://github.com/Footsiefat/zspotify.git",
author="logykk", author="logykk",
author_email="logykk@mail.com", author_email="logyx1@protonmail.com",
license="GPLv3", license="GPLv3",
classifiers=[ classifiers=[
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
@ -28,4 +28,4 @@ setup(
packages=['zspotify'], packages=['zspotify'],
install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm', 'git+https://github.com/kokarare1212/librespot-python'], install_requires=['ffmpy', 'music_tag', 'Pillow', 'protobuf', 'tabulate', 'tqdm', 'git+https://github.com/kokarare1212/librespot-python'],
include_package_data=True, include_package_data=True,
) )