Mercurial > libervia-backend
changeset 4091:4eb7a5ecbd9d
build: explicitely set `packages` so `doc` is not accidentaly included
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 08 Jun 2023 21:30:57 +0200 |
parents | e9d800b105c1 |
children | 74c66c0d93f3 |
files | pyproject.toml |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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