Skip to content

Commit cb6f838

Browse files
authored
Merge pull request #17 from StableLlama/fix_registry_upload
Fix registry upload
2 parents d1d5b1f + 307fb16 commit cb6f838

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

pyproject.toml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,23 @@ 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.
9-
Comprehensive node collection for data manipulation in ComfyUI workflows.
8+
description = """Basic Python functions for manipulating data that every programmer is used to, lightweight with no additional dependencies.
109
1110
Supported data types:
1211
- ComfyUI native: BOOLEAN, FLOAT, INT, STRING, and data lists
1312
- Python types as custom data types: DICT, LIST, SET
1413
1514
Feature categories:
16-
- Boolean logic operations (and, or, not, xor, nand, nor)
15+
- Boolean logic operations
1716
- Type casting/conversion between all supported data types
18-
- Comparison operations (equality, numerical comparison, range checking)
19-
- Data structures manipulation (data lists, LIST, DICT, SET)
17+
- Comparison operations
18+
- Data container manipulation
2019
- Flow control (conditionals, branching, execution order)
21-
- Mathematical operations (arithmetic, trigonometry, logarithmic functions)
20+
- Mathematical operations
2221
- Mathematical formula node in a safe implementation
23-
- String manipulation (case conversion, formatting, splitting, validation)
24-
- File system path handling (path operations, information, searching)
25-
- SET operations (creation, modification, comparison, mathematical set theory)
26-
27-
All nodes are lightweight with no additional dependencies required."""
22+
- String manipulation
23+
- File system path handling
24+
- SET operations"""
2825
authors = [
2926
{name = "StableLlama"}
3027
]

0 commit comments

Comments
 (0)