diff --git a/setup.py b/setup.py index 38b96bd..e36db14 100755 --- a/setup.py +++ b/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",