# HG changeset patch # User Goffi # Date 1686251275 -7200 # Node ID fc2bc024600df90c029c6b1bc00eb7587123eae9 # Parent c921e7002bacb6a85786d9659f3411249f0df33f build: do not set explicitely `libervia` package: `twisted` needs to be installed, and if we don't specify anything, Hatch looks automatically for all directories containing .py files, so it includes `libervia` and `twisted`. diff -r c921e7002bac -r fc2bc024600d pyproject.toml --- a/pyproject.toml Thu Jun 08 21:07:54 2023 +0200 +++ b/pyproject.toml Thu Jun 08 21:07:55 2023 +0200 @@ -49,8 +49,6 @@ [project.urls] Homepage = "https://www.libervia.org" -[tool.hatch.build.targets.wheel] -packages = ["libervia"] [tool.hatch.envs.default] # we need system-package for GPG