Skip to content

Commit 553dd20

Browse files
committed
chore: Sync with WeblateOrg/meta
1 parent e89c730 commit 553dd20

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
build-backend = "setuptools.build_meta"
33
# Minimum requirements for the build system to execute.
44
requires = [
5-
"setuptools>=70.0",
5+
"setuptools>=78.0.2",
66
"translate-toolkit"
77
]
88

@@ -13,7 +13,6 @@ authors = [
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",
1515
"Intended Audience :: Developers",
16-
"License :: OSI Approved :: MIT License",
1716
"Operating System :: OS Independent",
1817
"Programming Language :: Python",
1918
"Programming Language :: Python :: 3",
@@ -31,7 +30,8 @@ description = "Language definitions for Weblate"
3130
keywords = [
3231
"i18n l10n gettext git mercurial translate"
3332
]
34-
license = {text = "MIT"}
33+
license = "MIT"
34+
license-files = ["LICENSE"]
3535
name = "weblate-language-data"
3636
requires-python = ">=3.9"
3737
version = "2025.3"
@@ -132,7 +132,6 @@ max-complexity = 16
132132
[tool.setuptools]
133133
include-package-data = true
134134
# Empty as a workaround for https://github.com/pypa/setuptools/issues/4759
135-
license-files = []
136135
platforms = [
137136
"any"
138137
]

0 commit comments

Comments
 (0)