Skip to content

Commit

Permalink
Set README
Browse files Browse the repository at this point in the history
  • Loading branch information
devon-mar committed Dec 25, 2023
1 parent 1bc4482 commit f3df522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "nornir_paramiko"
version = "0.3.0"
description = ""
authors = ["Devon Mar <[email protected]>"]
readme = "README.md"

[tool.poetry.plugins."nornir.plugins.connections"]
"paramiko" = "nornir_paramiko.plugins.connections:Paramiko"
Expand Down Expand Up @@ -35,4 +36,4 @@ profile = "black"
module = [
"scp"
]
ignore_missing_imports = true
ignore_missing_imports = true

0 comments on commit f3df522

Please sign in to comment.