Skip to content

Commit 5124aa5

Browse files
chrod: fix authors error
1 parent e898d60 commit 5124aa5

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

projects/agent/pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
name = "netdriver-agent"
33
version = "0.3.0"
44
description = "The agent for NetDevOps, which interact with network device using CLI."
5-
5+
authors = [
6+
"Vincent <[email protected]>",
7+
"Bobby <[email protected]>",
8+
9+
10+
]
611
license = "Apache-2.0"
712
homepage = "https://github.com/OpenSecFlow/netdriver"
813
repository = "https://github.com/OpenSecFlow/netdriver"

projects/simunet/pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
name = "netdriver-simunet"
33
version = "0.3.0"
44
description = "Simulated ssh server for network device, used for testing netdriver agent and client."
5-
5+
authors = [
6+
"Vincent <[email protected]>",
7+
"Bobby <[email protected]>",
8+
9+
10+
]
611
license = "Apache-2.0"
712
homepage = "https://github.com/OpenSecFlow/netdriver"
813
repository = "https://github.com/OpenSecFlow/netdriver"

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
name = "netdriver"
33
version = "0.3.0"
44
description = "The driver for network devices, which interact with network device using CLI."
5-
5+
authors = [
6+
"Vincent <[email protected]>",
7+
"Bobby <[email protected]>",
8+
9+
10+
]
611
readme = "README.md"
712
license = "Apache-2.0"
813
homepage = "https://github.com/OpenSecFlow/netdriver"

0 commit comments

Comments
 (0)