diff --git a/pyproject.toml b/pyproject.toml index 6e3462f..edcf491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,12 @@ classifiers = [ "Operating System :: OS Independent", ] +packages = [ + {include = "trakt_scrobbler"}, + {include = "tests", format = "sdist"}, + {include = "completions/**/*.*?sh", format = "sdist"} +] + [tool.poetry.dependencies] python = "^3.7" requests = "^2.25.1"