Skip to content

Commit 74500f1

Browse files
committed
chore(release): bump version to 0.1.1 and harden packaging
- version 0.1.1; build floor hatchling>=1.26 for PEP 639 license string - drop deprecated 'License :: OSI Approved :: MIT License' classifier - add sdist allowlist so internal artifacts (.planning, AGENTS.md, uv.lock, CODE-REVIEW.md, caches) never ship to PyPI - refresh uv.lock for 0.1.1
1 parent cb85fb3 commit 74500f1

2 files changed

Lines changed: 6 additions & 13 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["hatchling>=1.25"]
2+
requires = ["hatchling>=1.26"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "agent-runtime-kit"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "One typed runtime API for Claude, Codex, and Antigravity agent SDKs."
99
readme = "README.md"
1010
requires-python = ">=3.10"
@@ -14,7 +14,6 @@ keywords = ["agents", "claude", "codex", "antigravity", "sdk"]
1414
classifiers = [
1515
"Development Status :: 3 - Alpha",
1616
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: MIT License",
1817
"Programming Language :: Python :: 3",
1918
"Programming Language :: Python :: 3.10",
2019
"Programming Language :: Python :: 3.11",
@@ -51,6 +50,9 @@ dev = [
5150
[tool.hatch.build.targets.wheel]
5251
packages = ["src/agent_runtime_kit"]
5352

53+
[tool.hatch.build.targets.sdist]
54+
include = ["src", "tests", "docs", "examples", "README.md", "LICENSE", "pyproject.toml"]
55+
5456
[tool.ruff]
5557
line-length = 100
5658
target-version = "py310"

uv.lock

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)