Mercurial > libervia-backend
comparison pyproject.toml @ 4082:72e91ea3bc16
build: create a dev env with debugging tools
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 07 Jun 2023 22:25:49 +0200 |
parents | 84f6bee6440d |
children | 479192bc0fa8 |
comparison
equal
deleted
inserted
replaced
4081:84f6bee6440d | 4082:72e91ea3bc16 |
---|---|
93 | 93 |
94 [tool.hatch.envs.default] | 94 [tool.hatch.envs.default] |
95 # we need system-package for GPG | 95 # we need system-package for GPG |
96 system-packages = true | 96 system-packages = true |
97 | 97 |
98 [tool.hatch.envs.dev] | |
99 dependencies = [ | |
100 "ipdb", | |
101 "pudb" | |
102 ] | |
103 | |
104 | |
98 [tool.hatch.version] | 105 [tool.hatch.version] |
99 path = "libervia/backend/__init__.py" | 106 path = "libervia/backend/__init__.py" |
100 | 107 |
101 [tool.hatch.build.targets.wheel.shared-data] | 108 [tool.hatch.build.targets.wheel.shared-data] |
102 "i18n/fr/LC_MESSAGES/libervia_backend.mo" = "share/locale/fr/LC_MESSAGES/libervia_backend.mo" | 109 "i18n/fr/LC_MESSAGES/libervia_backend.mo" = "share/locale/fr/LC_MESSAGES/libervia_backend.mo" |