File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22build-backend = " setuptools.build_meta"
33# Minimum requirements for the build system to execute.
44requires = [
5- " setuptools>=70.0 " ,
5+ " setuptools>=78.0.2 " ,
66 " translate-toolkit"
77]
88
@@ -13,7 +13,6 @@ authors = [
1313classifiers = [
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"
3130keywords = [
3231 " i18n l10n gettext git mercurial translate"
3332]
34- license = {text = " MIT" }
33+ license = " MIT"
34+ license-files = [" LICENSE" ]
3535name = " weblate-language-data"
3636requires-python = " >=3.9"
3737version = " 2025.3"
@@ -132,7 +132,6 @@ max-complexity = 16
132132[tool .setuptools ]
133133include-package-data = true
134134# Empty as a workaround for https://github.com/pypa/setuptools/issues/4759
135- license-files = []
136135platforms = [
137136 " any"
138137]
You can’t perform that action at this time.
0 commit comments