We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04db63e commit 3b95ec2Copy full SHA for 3b95ec2
pyproject.toml
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
3
# Minimum requirements for the build system to execute.
4
requires = [
5
"setuptools>=70.0",
6
- "translate-toolkit"
+ "setuptools-gettext==0.1.14"
7
]
8
9
[project]
@@ -166,3 +166,7 @@ weblate_language_data = "weblate_language_data"
166
[tool.setuptools.packages.find]
167
exclude = ["modules*"]
168
namespaces = true
169
+
170
+[tool.setuptools-gettext]
171
+build_dir = "weblate_language_data/locale"
172
+source_dir = "weblate_language_data/locale"
setup.py
0 commit comments