Skip to content

Commit 307fb16

Browse files
committed
Shorten description as suggested at Comfy-Org/registry-backend#167 (comment)
1 parent a95b250 commit 307fb16

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "basic_data_handling"
77
version = "0.4.2"
8-
description = """Basic Python functions for manipulating data that every programmer is used to.
8+
description = """Basic Python functions for manipulating data that every programmer is used to, lightweight with no additional dependencies.
99
1010
Supported data types:
1111
- ComfyUI native: BOOLEAN, FLOAT, INT, STRING, and data lists
@@ -21,9 +21,7 @@ Feature categories:
2121
- Mathematical formula node in a safe implementation
2222
- String manipulation
2323
- File system path handling
24-
- SET operations
25-
26-
All nodes are lightweight with no additional dependencies required."""
24+
- SET operations"""
2725
authors = [
2826
{name = "StableLlama"}
2927
]

0 commit comments

Comments
 (0)