Skip to content

Commit de0e8ff

Browse files
committed
docs: Update apcore-python GitHub organization URL in README and modify project configuration.
1 parent d1709bc commit de0e8ff

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

3-
FastAPI integration for [apcore](https://github.com/aipartnerup/apcore-python) (AI-Perceivable Core). Expose your FastAPI routes as MCP tools with auto-discovery, Pydantic schema extraction, and built-in observability.
3+
FastAPI integration for [apcore](https://github.com/aiperceivable/apcore-python) (AI-Perceivable Core). Expose your FastAPI routes as MCP tools with auto-discovery, Pydantic schema extraction, and built-in observability.
44

55
## Features
66

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fastapi-apcore"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "FastAPI integration for apcore AI-Perceivable Core — exposes FastAPI routes as apcore modules with auto-discovery, schema extraction from Pydantic models, and OpenAPI-based scanning."
99
requires-python = ">=3.11"
1010
readme = "README.md"
1111
license = "Apache-2.0"
1212
authors = [
13-
{ name = "aipartnerup", email = "tercel.yi@gmail.com" },
13+
{ name = "aiperceivable", email = "team@aiperceivable.com" },
1414
]
1515
keywords = [
1616
"fastapi",
@@ -69,5 +69,5 @@ python_version = "3.11"
6969
strict = true
7070

7171
[project.urls]
72-
Homepage = "https://github.com/aipartnerup/"
73-
Repository = "https://github.com/aipartnerup/fastapi-apcore"
72+
Homepage = "https://github.com/aiperceivable/"
73+
Repository = "https://github.com/aiperceivable/fastapi-apcore"

0 commit comments

Comments
 (0)