diff --git a/python-stdlib/bisect/manifest.py b/python-stdlib/bisect/manifest.py new file mode 100644 index 000000000..2a1cb60e1 --- /dev/null +++ b/python-stdlib/bisect/manifest.py @@ -0,0 +1,3 @@ +metadata(version="0.5") + +module("bisect.py") diff --git a/python-stdlib/json/manifest.py b/python-stdlib/json/manifest.py new file mode 100644 index 000000000..7ce66f4b9 --- /dev/null +++ b/python-stdlib/json/manifest.py @@ -0,0 +1,3 @@ +metadata(version="0.1") + +package("json") diff --git a/python-stdlib/keyword/manifest.py b/python-stdlib/keyword/manifest.py new file mode 100644 index 000000000..aad27ec89 --- /dev/null +++ b/python-stdlib/keyword/manifest.py @@ -0,0 +1,3 @@ +metadata(version="0.0.1") + +module("keyword.py") diff --git a/python-stdlib/types/manifest.py b/python-stdlib/types/manifest.py new file mode 100644 index 000000000..35a47d86c --- /dev/null +++ b/python-stdlib/types/manifest.py @@ -0,0 +1,3 @@ +metadata(version="0.0.1") + +module("types.py")