13 lines
245 B
TOML
13 lines
245 B
TOML
[build-system]
|
|
requires = ["setuptools==75.6.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "content-ingestion-agent"
|
|
version = "1.0.0"
|
|
requires-python = ">=3.11"
|
|
dependencies = []
|
|
|
|
[tool.pytest.ini_options]
|
|
testpaths = ["tests"]
|