Refactor encoding

This commit is contained in:
Ritiek Malhotra
2020-03-16 18:12:52 +05:30
parent 937ed6ebcc
commit 5adb3d0a4d
11 changed files with 239 additions and 165 deletions

9
setup.py Executable file → Normal file
View File

@@ -10,7 +10,14 @@ setup(
name="spotdl",
# Tests are included automatically:
# https://docs.python.org/3.6/distutils/sourcedist.html#specifying-the-files-to-distribute
packages=["spotdl", "spotdl.lyrics", "spotdl.lyrics.providers"],
packages=[
"spotdl",
"spotdl.lyrics",
"spotdl.lyrics.providers",
"spotdl.encoders",
"spotdl.downloaders",
"spotdl.patch",
],
version=spotdl.__version__,
install_requires=[
"pathlib >= 1.0.1",