Skip to content

Commit 8073864

Browse files
committed
fix doc requirements
1 parent e8cbc88 commit 8073864

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,16 @@ exclude = "geotrek/settings,conf"
138138
path = "geotrek/VERSION"
139139
pattern = "(?P<version>.*)"
140140

141-
[tool.hatch.build.targets.sdist]
141+
[tool.hatch.build]
142142
include = [
143-
"/geotrek",
143+
"geotrek",
144144
]
145145
exclude = [
146146
"*.py[cod]",
147147
"__pycache__",
148148
"*.so",
149149
"**/tests/*"
150150
]
151+
artifacts = [
152+
"*.mo",
153+
]

0 commit comments

Comments
 (0)