refactored

This commit is contained in:
2026-05-27 13:09:17 +02:00
parent 93a53ccb92
commit 519571fe55
10 changed files with 690 additions and 595 deletions
+12
View File
@@ -0,0 +1,12 @@
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "jay-diff"
version = "0.1.0"
description = "Lightweight JSON diff / patch library"
requires-python = ">=3.10"
[tool.setuptools.packages.find]
include = ["jay_diff*"]