comparison pyproject.toml @ 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 479192bc0fa8
children 4ad982a0358f
comparison
equal deleted inserted replaced
4090:e9d800b105c1 4091:4eb7a5ecbd9d
89 Homepage = "https://libervia.org" 89 Homepage = "https://libervia.org"
90 Documentation = "https://libervia.org/documentation" 90 Documentation = "https://libervia.org/documentation"
91 Repository = "https://repos.goffi.org/libervia-backend/" 91 Repository = "https://repos.goffi.org/libervia-backend/"
92 Roadmap = "https://libervia.org/roadmap" 92 Roadmap = "https://libervia.org/roadmap"
93 93
94 [tool.hatch.build.targets.wheel]
95 packages = ["libervia", "twisted"]
96
94 [tool.hatch.envs.default] 97 [tool.hatch.envs.default]
95 # we need system-package for GPG 98 # we need system-package for GPG
96 system-packages = true 99 system-packages = true
97 100
98 [tool.hatch.envs.dev] 101 [tool.hatch.envs.dev]