[build-system] requires = ["setuptools>=68", "wheel"] build-backend = "setuptools.build_meta" [project] name = "pukhto-pashto" version = "0.1.0" description = "Open Pashto language resources for ASR, TTS, NLP, and benchmarks" requires-python = ">=3.10" [project.optional-dependencies] dev = ["pytest>=8.0.0"] [tool.pytest.ini_options] testpaths = ["tests"] python_files = ["test_*.py"] [tool.setuptools] packages = []