12 lines
213 B
TOML
12 lines
213 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "multilang_translator"
|
|
version = '0.1'
|
|
|
|
[tool.pytest.ini_options]
|
|
addopts = [
|
|
"--import-mode=importlib", "-s", "-v"
|
|
] |