Skip to content

Commit ac14a20

Browse files
sionsmithclaude
andcommitted
chore: align project description and links with keito-node SDK
Match the official description format and fix repository URLs to point to osodevops/keito-python. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 42d046a commit ac14a20

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Keito Python SDK
22

3-
The official Python SDK for the [Keito](https://keito.ai) time tracking API v2. Built for both human developers and AI agents to programmatically track billable work, manage expenses, log outcomes, and generate invoices.
3+
Official Python SDK for the [Keito](https://keito.ai) API track billable time, expenses, and invoices for humans and AI agents.
44

55
[![PyPI](https://img.shields.io/pypi/v/keito)](https://pypi.org/project/keito/)
66
[![Python](https://img.shields.io/pypi/pyversions/keito)](https://pypi.org/project/keito/)

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "keito"
77
version = "0.1.0"
8-
description = "Python SDK for the Keito time tracking API"
8+
description = "Official Python SDK for the Keito API — track billable time, expenses, and invoices for humans and AI agents"
99
readme = "README.md"
1010
license = {text = "MIT"}
1111
requires-python = ">=3.9,<4.0"
@@ -44,8 +44,8 @@ dev = [
4444
[project.urls]
4545
Homepage = "https://keito.ai"
4646
Documentation = "https://keito.ai/docs"
47-
Repository = "https://github.com/keito-ai/keito-python"
48-
Changelog = "https://github.com/keito-ai/keito-python/blob/main/CHANGELOG.md"
47+
Repository = "https://github.com/osodevops/keito-python"
48+
Changelog = "https://github.com/osodevops/keito-python/blob/main/CHANGELOG.md"
4949

5050
[tool.setuptools.packages.find]
5151
where = ["src"]

0 commit comments

Comments
 (0)