# HG changeset patch # User Goffi # Date 1686252657 -7200 # Node ID 4eb7a5ecbd9d3b570b88a4851d6ce3c1b07f6569 # Parent e9d800b105c196e6e644424acbe7569e8ebc696b build: explicitely set `packages` so `doc` is not accidentaly included diff -r e9d800b105c1 -r 4eb7a5ecbd9d pyproject.toml --- a/pyproject.toml Thu Jun 08 21:28:40 2023 +0200 +++ b/pyproject.toml Thu Jun 08 21:30:57 2023 +0200 @@ -91,6 +91,9 @@ Repository = "https://repos.goffi.org/libervia-backend/" Roadmap = "https://libervia.org/roadmap" +[tool.hatch.build.targets.wheel] +packages = ["libervia", "twisted"] + [tool.hatch.envs.default] # we need system-package for GPG system-packages = true