diff --git a/pyproject.toml b/pyproject.toml index 8b4ca0f..475a032 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,9 +70,11 @@ test = [ ] # setuptools package discovery +[tool.setuptools] +py-modules = ["hexhttp", "cli"] + [tool.setuptools.packages.find] -where = ["."] -exclude = ["tests*", "docs*"] +include = ["modules*", "utils*", "static*"] # Include package data [tool.setuptools.package-data]