-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
59 lines (48 loc) · 1.51 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[tool.poetry]
name = "lassi"
version = "0.1.6"
description = "லஸ்ஸி"
authors = ["Julien Malard <[email protected]>"] # ம. ஆ. ஜூலீஎன்
homepage = "https://xn--5lcma2a9d.xn--xkc2dl3a5ee0h/"
repository = "https://github.com/lassi-samaaj/lassi"
documentation = "https://lassi.readthedocs.org"
keywords = ["lassi"]
classifiers = [
"Topic :: Software Development :: Localization",
"Topic :: Software Development :: Compilers"
]
packages = [
{ include = 'லஸ்ஸி', from = 'மூலம்' },
{ include = 'lassi_console', from = 'மூலம்' }
]
[tool.poetry.dependencies]
python = "^3.8"
click = "^7.1.1"
ennikkai = "^1.2.1"
regex = "^2020"
toml = "^0.10.2"
lassi-ilakkanankal = { git = "https://github.com/lassi-samaaj/lassi-ilakkanangal.git", branch = "master" }
[tool.poetry.dev-dependencies]
pytest = "^6.1.2"
pytest-cov = "^2.10.1"
coverage = {extras = ["toml"], version = "^5.3"}
pytest-subtests = "^0.3.2"
[tool.poetry.scripts]
lassi = 'lassi_console.console:run'
[tool.lassi]
dist = "dist"
lang = "த" # langue - chiffres, langue - contenu
[tool.lassi.intl]
lang = ["fr", "kaq", "ਪੰ", "हिं", "es"]
fichier_trads = "மொ"
mono = false
[tool.pytest.ini_options]
addopts = "--cov=\"லஸ்ஸி\" சோதனைகள்/சோதனை.py"
[tool.coverage.paths]
source = ["லஸ்ஸி"]
[tool.coverage.run]
branch = true
source = ["லஸ்ஸி"]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"