mirror of
https://github.com/skoobasteeve/successfactors-python.git
synced 2026-03-20 11:38:58 +00:00
28 lines
674 B
TOML
28 lines
674 B
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "successfactors-auth"
|
|
version = "0.0.10"
|
|
authors = [
|
|
{ name="Ray Lyon", email="ray@raylyon.net" },
|
|
]
|
|
description = "Authenticate to the SuccessFactors API."
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: Apache Software License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
dependencies = [
|
|
"requests",
|
|
"lxml",
|
|
"xmlsec",
|
|
]
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://github.com/skoobasteeve/successfactors_auth"
|
|
"Bug Tracker" = "https://github.com/skoobasteeve/successfactors_auth/issues"
|