add json11 package (#33)

* add libyuv package

* update libyuv to upstream 1922

* add json11 package
This commit is contained in:
Adeeb Shihadeh
2026-03-01 11:29:13 -08:00
committed by GitHub
parent 9e9a5b56ac
commit 408cc4b949
5 changed files with 128 additions and 0 deletions

15
json11/pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[build-system]
requires = ["setuptools>=64", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "json11"
version = "20170411.0"
description = "json11 JSON parser library (static build)"
requires-python = ">=3.8"
[tool.setuptools.packages.find]
include = ["json11*"]
[tool.setuptools.package-data]
json11 = ["install/**/*"]