1 # SPDX-FileCopyrightText: 2022 Alec Delaney for Adafruit Industries
3 # SPDX-License-Identifier: MIT
13 name = "Adafruit-Blinka"
14 description = "CircuitPython APIs for non-CircuitPython versions of Python such as CPython on Linux and MicroPython."
15 version = "0.0.0+auto.0"
18 {name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
20 urls = {Homepage = "https://github.com/adafruit/Adafruit_Blinka"}
21 license = {text = "MIT"}
23 "Development Status :: 5 - Production/Stable",
24 "Intended Audience :: Developers",
25 "Topic :: Software Development :: Libraries",
26 "Topic :: System :: Hardware",
27 "License :: OSI Approved :: MIT License",
28 "Programming Language :: Python :: 3",
29 "Programming Language :: Python :: 3.7",
31 dynamic = ["dependencies"]
50 [tool.setuptools.package-data]
51 "adafruit_blinka.microcontroller.bcm283x.pulseio" = ["libgpiod_pulsein", "libgpiod_pulsein64"]
52 "adafruit_blinka.microcontroller.amlogic.meson_g12_common.pulseio" = ["libgpiod_pulsein"]
53 "micropython-stubs" = ["*.pyi"]
55 [tool.setuptools.dynamic]
56 dependencies = {file = ["requirements.txt"]}