forked from edgexfoundry/app-functions-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (23 loc) · 814 Bytes
/
pyproject.toml
File metadata and controls
25 lines (23 loc) · 814 Bytes
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
[build-system]
requires = ["setuptools>=68.0"]
build-backend = "setuptools.build_meta"
[project]
name = "app_functions_sdk_py"
dynamic = [ "version" ]
authors = [
{ name="judehung", email="judehung@iotechsys.com" },
]
description = "The python-based SDK to support edgexfoundry application service"
readme = "README.md"
license = { text = "Apache 2 License" }
requires-python = ">=3.10,<3.11"
classifiers = [
'License :: OSI Approved :: Apache Software License',
'Intended Audience :: Developers',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.10'
]
[project.urls]
Homepage = "https://github.com/edgexfoundry-holding/app-functions-sdk-python"
Issues = "https://github.com/edgexfoundry-holding/app-functions-sdk-python/issues"