Files
Jarvis-Ai/pyproject.toml
T

18 lines
366 B
TOML

[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "javis-ai"
version = "0.0.0"
description = "Safe, local-first personal assistant project scaffold"
readme = "README.md"
requires-python = ">=3.11"
dependencies = []
[tool.setuptools.packages.find]
where = ["src"]
[tool.pytest.ini_options]
testpaths = ["tests"]