Skip to content

Commit 212a140

Browse files
committed
fix: correct author format in pyproject.toml for Poetry compatibility - Add missing angle brackets around email address in authors field - Regenerate poetry.lock for version compatibility - Resolves deployment pipeline installation error
1 parent 2193c1e commit 212a140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "poetry.core.masonry.api"
88
name = "contextcraft"
99
version = "1.0.1"
1010
description = "A CLI toolkit to generate comprehensive project context for LLMs."
11-
authors = ["Shourya Maheshwari shorz2905@gmail.com"]
11+
authors = ["Shourya Maheshwari <shorz2905@gmail.com>"]
1212
license = "MIT"
1313
readme = "README.md"
1414
homepage = "https://github.com/Shorzinator/ContextCraft"

0 commit comments

Comments
 (0)