diff --git a/pyproject.toml b/pyproject.toml index 76a1b44..a004d08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,5 +8,5 @@ dependencies = [ "cec" ] -[tools.build] -packages = ["microkodi"] \ No newline at end of file +[tool.setuptools.packages.find] +exclude = ["contrib"] \ No newline at end of file