소스 검색

fix(i18n): include the translation files correctly in wheel

tags/v1.0.2
Jérôme Deuchnord 1 개월 전
부모
커밋
2a370c6d3c
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", format = "wheel" },
{ path = "kosmorro/locales/**/*.mo", format = "wheel" },
{ path = "kosmorro/assets", format=["sdist", "wheel"] },
]



불러오는 중...
취소
저장