Files
jaypy/pyproject.toml
jensandClaude Sonnet 4.6 d54148fdf6 Fix docs and package name after jaydiff refactor
Update README title and import examples from old `diff` module name to
`jaydiff`. Align pyproject.toml package name and include pattern to match
the renamed package directory.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 13:37:34 +02:00

12 lines
267 B
TOML

[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "jaydiff"
version = "0.1.0"
description = "Lightweight JSON diff / patch library"
requires-python = ">=3.10"
[tool.setuptools.packages.find]
include = ["jaydiff*"]