update db

This commit is contained in:
tayf 2026-03-08 17:21:31 +02:00
parent e594116166
commit 7a8e0f2d84
77 changed files with 4 additions and 1 deletions

View file

@ -18,3 +18,6 @@ build-backend = "uv_build"
dev = [ dev = [
"pytest>=9.0.2", "pytest>=9.0.2",
] ]
[tool.setuptools.package-data]
wiqaya = ["data/*.txt"]

View file

@ -2,7 +2,7 @@ from pathlib import Path
from .utils import remove_tashkeel from .utils import remove_tashkeel
DATA_DIR = Path(__file__).parent.parent.parent / "data" DATA_DIR = Path(__file__).parent / "data"
class Wiqaya: class Wiqaya:
def __init__(self, lang: str): def __init__(self, lang: str):