-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
24 lines (21 loc) · 919 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[build-system]
requires = ["setuptools>=61.0", "setuptools-scm", "cython ~= 0.29.0"]
build-backend = "setuptools.build_meta"
[project]
name = "sensors-control-gpio-xzf8971"
version = "2.3.0"
authors = [
{ name="Zifeng", email="zifeng.xu@foxmail.com" },
]
description = "This is a repository desgined for the arduino 37 sensors bundle for raspberry pi 4. This package implemented in raspberry pi 4B GPIO with RPi.GPIO."
readme = "README.md"
requires-python = ">=3"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = ["numpy", "matplotlib", "pyserial", "pyserial-asyncio", "RPi.GPIO", "adafruit-circuitpython-dht", "custom-logger-xzf8971", "smbus2"]
[project.urls]
"Homepage" = "https://github.com/xzf89718/sensors-control-gpio"
"Bug Tracker" = "https://github.com/xzf89718/sensors-control-gpio/issues"