diff --git a/pyproject.toml b/pyproject.toml index 6e4c9f4f..2a03bf69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,9 @@ readme = "README.md" packages = [ { include = "kasa" } ] -include = ["CHANGELOG.md"] +include = [ + { path= "CHANGELOG.md", format = "sdist" } +] [tool.poetry.urls] "Bug Tracker" = "https://github.com/python-kasa/python-kasa/issues"