forked from innovacion/Mayacontigo
16 lines
392 B
TOML
16 lines
392 B
TOML
[project]
|
|
name = "google-storage"
|
|
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 = ["google-cloud-storage>=2.0"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["banortegpt"]
|