mirror of
https://github.com/KevinMidboe/spotify-downloader.git
synced 2025-10-29 18:00:15 +00:00
Merge pull request #591 from ritiek/fix-docker-build
Fix missing packages with Docker build
This commit is contained in:
6
setup.py
6
setup.py
@@ -10,7 +10,11 @@ setup(
|
||||
name="spotdl",
|
||||
# Tests are included automatically:
|
||||
# https://docs.python.org/3.6/distutils/sourcedist.html#specifying-the-files-to-distribute
|
||||
packages=["spotdl"],
|
||||
packages=[
|
||||
"spotdl",
|
||||
"spotdl.lyrics",
|
||||
"spotdl.lyrics.providers",
|
||||
],
|
||||
version=spotdl.__version__,
|
||||
install_requires=[
|
||||
"pathlib >= 1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user