blob: 35f23e224cd33b67a840b215f4c27d19c1011bf5 [file] [log] [blame]
# Copyright 2023 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/python/python_library.gni")
python_library("pyjson5") {
enable_mypy = false
library_name = "json5"
sources = [
"__init__.py",
"__main__.py",
"arg_parser.py",
"host.py",
"json5.g",
"lib.py",
"parser.py",
"tool.py",
"version.py",
]
source_root = "src/json5"
}