瀏覽代碼

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

pull/466/head
Jérôme Deuchnord 2 週之前
父節點
當前提交
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"] },
]



Loading…
取消
儲存