浏览代码

fix(i18n): fix the locales not included in sdist

pull/466/head
父节点
当前提交
4bbc9932c2
找不到此签名对应的密钥 GPG 密钥 ID: 635A51D1506969F4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml 查看文件

@@ -7,7 +7,7 @@ license = "AGPL-3.0-or-later"
readme = "README.md"

include = [
{ path = "kosmorro/locales/**/*.mo", format = "wheel" },
{ path = "kosmorro/locales/**/*.mo", format=["sdist", "wheel"] },
{ path = "kosmorro/assets", format=["sdist", "wheel"] },
]



正在加载...
取消
保存