Change Directory

This commit is contained in:
kokarare1212
2021-02-25 08:07:17 +09:00
parent 01dae8ada4
commit 8daf68831e
133 changed files with 221 additions and 38 deletions

View File

@@ -9,8 +9,7 @@ setuptools.setup(
author="kokarare1212",
url="https://github.com/kokarare1212/librespot-python",
license="Apache-2.0",
packages=setuptools.find_packages("src"),
package_dir={"": "src"},
packages=setuptools.find_packages("."),
install_requires=["defusedxml", "protobuf", "pycryptodome", "requests"],
classifiers=[
"Development Status :: 1 - Planning",