Skip to content

Commit d4d8ede

Browse files
committed
remove WIP for finished plugins
1 parent 7e1d47d commit d4d8ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugins/communication_protocols/gql/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.0.2"
88
authors = [
99
{ name = "UTCP Contributors" },
1010
]
11-
description = "UTCP communication protocol plugin for GraphQL. (Work in progress)"
11+
description = "UTCP communication protocol plugin for GraphQL."
1212
readme = "README.md"
1313
requires-python = ">=3.10"
1414
dependencies = [

plugins/communication_protocols/socket/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "1.0.2"
88
authors = [
99
{ name = "UTCP Contributors" },
1010
]
11-
description = "UTCP communication protocol plugin for TCP and UDP protocols. (Work in progress)"
11+
description = "UTCP communication protocol plugin for TCP and UDP protocols."
1212
readme = "README.md"
1313
requires-python = ">=3.10"
1414
dependencies = [

0 commit comments

Comments
 (0)