This commit is contained in:
Ubuntu
2024-12-13 03:06:46 +00:00
commit 95d3d7b2e3
168 changed files with 6438 additions and 0 deletions

20
pyproject.toml Normal file
View File

@ -0,0 +1,20 @@
[project]
name = "rangeldigital"
authors = [
{ name = "Jeremy Rangel", email = "jeremy.rangel@rangeldigital.com"}
]
description = "Addons for rangeldigital"
requires-python = ">=3.10"
readme = "README.md"
dynamic = ["version"]
dependencies = [
# "frappe~=15.0.0" # Installed and managed by bench.
]
[build-system]
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"
# These dependencies are only installed when developer mode is enabled
[tool.bench.dev-dependencies]
# package_name = "~=1.1.0"