wiqaya/pyproject.toml
2026-03-08 07:12:40 +02:00

15 lines
442 B
TOML

[project]
name = "wiqaya"
version = "0.1.0"
description = "A Python library for multilingual profanity detection and filtering. It identifies and censors offensive or abusive words across multiple languages."
readme = "README.md"
license = {text = "MIT"}
authors = [
{name = "tayf", email = "tayf@tuta.io"},
]
requires-python = ">=3.12"
dependencies = []
[build-system]
requires = ["uv_build>=0.10.9,<0.11.0"]
build-backend = "uv_build"