All checks were successful
Build python package / Build (push) Successful in 24s
22 lines
421 B
TOML
22 lines
421 B
TOML
[build-system]
|
|
requires = [
|
|
"setuptools >= 77.0.3",
|
|
"requests >= 2.32.5",
|
|
"cryptography"
|
|
]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "AirwatchAPI"
|
|
version = "1.0.3"
|
|
description = "A module python to make it easier to use Workspace One API"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"requests >= 2.32.5",
|
|
"cryptography"
|
|
]
|
|
requires-python = ">=3.7"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3"
|
|
]
|