Update setup.py

This commit is contained in:
こうから
2021-07-07 17:41:35 +09:00
committed by GitHub
parent 4502848265
commit e78988a38f

View File

@@ -10,7 +10,7 @@ setuptools.setup(
url="https://github.com/kokarare1212/librespot-python", url="https://github.com/kokarare1212/librespot-python",
license="Apache-2.0", license="Apache-2.0",
packages=setuptools.find_packages("."), packages=setuptools.find_packages("."),
install_requires=["defusedxml", "protobuf", "pycryptodome", "requests"], install_requires=["defusedxml", "protobuf", "pycryptodomex", "requests"],
classifiers=[ classifiers=[
"Development Status :: 1 - Planning", "Development Status :: 1 - Planning",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",