Browse Source

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

pull/466/head
Jérôme Deuchnord 2 weeks ago
parent
commit
4bbc9932c2
No known key found for this signature in database GPG Key ID: 635A51D1506969F4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml View 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"] },
]



Loading…
Cancel
Save