blob: 8db104b60aafb23c7515ee43ac2bf5e0504098df [file] [log] [blame]
# Copyright 2024 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("pypng") {
enable_mypy = false
library_name = "png"
sources = [
"__init__.py",
"src/code/png.py",
]
}