Sfoglia il codice sorgente

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

pull/466/head
Jérôme Deuchnord 2 settimane fa
parent
commit
4bbc9932c2
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 635A51D1506969F4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml Vedi File

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



Caricamento…
Annulla
Salva