We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67bd89 commit 74b8d73Copy full SHA for 74b8d73
1 file changed
pyproject.toml
@@ -2,7 +2,7 @@
2
[project]
3
name = "interfacy"
4
version = "0.5.1"
5
-description = "CLI framework for building command-line interfaces from Python callables"
+description = "Framework for building CLIs from Python callables"
6
authors = [{ name = "Žiga Ivanšek", email = "ziga.ivansek@gmail.com" }]
7
license = { file = "LICENSE" }
8
readme = "README.md"
@@ -89,6 +89,9 @@ build-backend = "hatchling.build"
89
[tool.hatch.build.targets.wheel]
90
packages = ["interfacy"]
91
92
+[tool.hatch.build.targets.sdist.force-include]
93
+"interfacy/.agents" = "interfacy/.agents"
94
+
95
[tool.hatch.envs.test]
96
features = ["test"]
97
installer = "uv"
0 commit comments