comparison pyproject.toml @ 1526:fc2bc024600d

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`.
author Goffi <goffi@goffi.org>
date Thu, 08 Jun 2023 21:07:55 +0200
parents c921e7002bac
children f17290299f79
comparison
equal deleted inserted replaced
1525:c921e7002bac 1526:fc2bc024600d
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"]
54 52
55 [tool.hatch.envs.default] 53 [tool.hatch.envs.default]
56 # we need system-package for GPG 54 # we need system-package for GPG
57 system-packages = true 55 system-packages = true
58 56