From b95deb31e51c017fd62971fb7c2a050a70be1ba3 Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Thu, 20 Apr 2023 10:21:46 +1000 Subject: [PATCH] json: Add manifest file. --- python-stdlib/json/manifest.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python-stdlib/json/manifest.py diff --git a/python-stdlib/json/manifest.py b/python-stdlib/json/manifest.py new file mode 100644 index 00000000..7ce66f4b --- /dev/null +++ b/python-stdlib/json/manifest.py @@ -0,0 +1,3 @@ +metadata(version="0.1") + +package("json")