Skip to content

Commit 74b8d73

Browse files
committed
build: update package description and include .agents in sdist
1 parent b67bd89 commit 74b8d73

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[project]
33
name = "interfacy"
44
version = "0.5.1"
5-
description = "CLI framework for building command-line interfaces from Python callables"
5+
description = "Framework for building CLIs from Python callables"
66
authors = [{ name = "Žiga Ivanšek", email = "ziga.ivansek@gmail.com" }]
77
license = { file = "LICENSE" }
88
readme = "README.md"
@@ -89,6 +89,9 @@ build-backend = "hatchling.build"
8989
[tool.hatch.build.targets.wheel]
9090
packages = ["interfacy"]
9191

92+
[tool.hatch.build.targets.sdist.force-include]
93+
"interfacy/.agents" = "interfacy/.agents"
94+
9295
[tool.hatch.envs.test]
9396
features = ["test"]
9497
installer = "uv"

0 commit comments

Comments
 (0)