update readme

This commit is contained in:
Ray Lyon
2023-08-05 15:03:00 +00:00
parent 75b0fedbd5
commit 62ffe0d491
2 changed files with 47 additions and 34 deletions

View File

@@ -4,13 +4,13 @@ build-backend = "hatchling.build"
[project]
name = "successfactors_auth"
version = "0.0.3"
version = "0.0.4"
authors = [
{ name="Ray Lyon", email="ray@raylyon.net" },
]
description = "Authenticate to the SuccessFactors API."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
@@ -19,4 +19,4 @@ classifiers = [
[project.urls]
"Homepage" = "https://github.com/skoobasteeve/successfactors-python"
"Bug Tracker" = "https://github.com/skoobasteeve/successfactors-python/issues"
"Bug Tracker" = "https://github.com/skoobasteeve/successfactors-python/issues"