Files
jaypy/pyproject.toml
T
2026-05-27 13:09:17 +02:00

12 lines
269 B
TOML

[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*"]