Renames Project

This commit is contained in:
2025-04-04 21:13:36 -03:00
parent 55a7162c68
commit d1984b8ae9
14 changed files with 45 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "jsonschema2pydantic"
version = "0.1.0"
name = "jambo"
dynamic = ["version"]
description = "Add your description here"
requires-python = ">=3.10,<4.0"
@@ -25,9 +25,12 @@ create-hooks = "bash .githooks/set-hooks.sh"
# Build System
[tool.hatch.version]
source = "vcs"
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"
# Linters