Ver código fonte

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

pull/466/head
Jérôme Deuchnord 2 semanas atrás
pai
commit
4bbc9932c2
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 635A51D1506969F4
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml Ver arquivo

@@ -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"] },
]



Carregando…
Cancelar
Salvar