forked from arduino/arduino-iot-cloud-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
30 lines (27 loc) · 875 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
25
26
27
28
29
30
[build-system]
requires = ["setuptools>=45.0", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
write_to = "src/arduino_iot_cloud/_version.py"
[project]
name = "arduino_iot_cloud"
dynamic = ["version"]
authors = [
{ name="Ibrahim Abdelkader", email="[email protected]" },
]
description = "Arduino IoT Cloud Python client"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Software Development :: Embedded Systems",
"Operating System :: OS Independent",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
]
dependencies = [
'cbor2 >= 5.6.2',
'micropython-senml >= 0.1.1',
]
[project.urls]
"Homepage" = "https://github.com/arduino/arduino-iot-cloud-py"
"Bug Tracker" = "https://github.com/arduino/arduino-iot-cloud-py/issues"