comparison pyproject.toml @ 1527:f17290299f79

build: explicitely set `packages` so `doc` is not accidentaly included
author Goffi <goffi@goffi.org>
date Thu, 08 Jun 2023 21:31:11 +0200
parents fc2bc024600d
children de09d4d25194
comparison
equal deleted inserted replaced
1526:fc2bc024600d 1527:f17290299f79
47 libervia-web = "libervia.web.server.launcher:Launcher.run" 47 libervia-web = "libervia.web.server.launcher:Launcher.run"
48 48
49 [project.urls] 49 [project.urls]
50 Homepage = "https://www.libervia.org" 50 Homepage = "https://www.libervia.org"
51 51
52 [tool.hatch.build.targets.wheel]
53 packages = ["libervia", "twisted"]
52 54
53 [tool.hatch.envs.default] 55 [tool.hatch.envs.default]
54 # we need system-package for GPG 56 # we need system-package for GPG
55 system-packages = true 57 system-packages = true
56 58