aztext / pyproject.toml
kamaalg's picture
Upload pyproject.toml with huggingface_hub
39b00ad verified
Raw
History Blame Contribute Delete
952 Bytes
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "aztext"
version = "0.1.0"
description = "Lightweight, dependency-free Azerbaijani text-processing toolkit: normalization, deasciification, Az-vs-Tr language ID, number-to-words, and tokenization."
readme = "README.md"
requires-python = ">=3.9"
license = { text = "MIT" }
authors = [{ name = "Azerbaijani LLM project" }]
keywords = ["azerbaijani", "nlp", "tokenizer", "deasciify", "turkic", "low-resource", "text-normalization"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Topic :: Text Processing :: Linguistic",
"Natural Language :: Azerbaijani",
]
dependencies = []
[project.urls]
Homepage = "https://github.com/kamaalg/aztext"
Repository = "https://github.com/kamaalg/aztext"
"Hugging Face" = "https://huggingface.co/kamaalg/aztext"
[tool.setuptools]
packages = ["aztext"]