From c2b44ea83b1cb930e91ddc1f81ffb426846acdd0 Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Thu, 20 Apr 2023 09:37:33 +1000 Subject: [PATCH] types: Add manifest file. --- python-stdlib/types/manifest.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python-stdlib/types/manifest.py diff --git a/python-stdlib/types/manifest.py b/python-stdlib/types/manifest.py new file mode 100644 index 00000000..35a47d86 --- /dev/null +++ b/python-stdlib/types/manifest.py @@ -0,0 +1,3 @@ +metadata(version="0.0.1") + +module("types.py")