Files
Mayacontigo/packages/mongo-search/pyproject.toml
Rogelio 325f1ef439 ic
2025-10-13 18:16:25 +00:00

16 lines
380 B
TOML

[project]
name = "mongo-search"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [{ name = "ajac-zero", email = "ajcardoza2000@gmail.com" }]
requires-python = ">=3.12"
dependencies = ["pymongo>=4.10.1"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["banortegpt"]