-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
34 lines (32 loc) · 1.08 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "fitrat"
version = "0.0.9"
authors = [
{ name="Muhammadsaid Mamasaidov", email="[email protected]" },
{ name="Jasur Yusupov", email="[email protected]" },
]
maintainers = [
{ name="Muhammadsaid Mamasaidov", email="[email protected]" },
{ name="Jasur Yusupov", email="[email protected]" },
]
license = {file = "LICENSE"}
keywords = ["tahrirchi", "language", "transliteration", "morphology", "uzbek", "nlp"]
description = "An NLP library for Uzbek. It includes morphological analysis, language identification, transliterators and tokenizers."
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: POSIX",
"Topic :: Text Processing :: Linguistic"
]
dependencies = [
"fasttext==0.9.2",
"hfstol==1.2.11"
]
[project.urls]
"Homepage" = "https://github.com/tahrirchi/fitrat"
"Bug Tracker" = "https://github.com/tahrirchi/fitrat/issues"