-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
23 lines (22 loc) · 861 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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "itadvisor_client"
version = "0.0.21"
authors = [
{ name="David Romero", email="[email protected]" },
]
description = "A python client for the Schneider Electric application IT Advisor."
keywords = ["struxureware", "ecostruxure", "schneider-electric", "apc", "dco", "ita", "itadvisor", "data center operation"]
readme = {file = "README.md", content-type = "text/markdown"}
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
]
[project.urls]
"LinkedIn" = "https://www.linkedin.com/in/dromero1/"
Repository = "https://github.com/dl-romero/itadvisor_client"
Issues = "https://github.com/dl-romero/itadvisor_client/issues"