Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Schenck committed Aug 16, 2024
1 parent e911372 commit 530052a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ requires = ["setuptools"]

[project]
name = "paramiko-jump"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"paramiko >= 3.4.0",
]
requires-python = ">=3.6"
authors = [ {name = "Andrew Schenck", email = "aschenck@gmail.com"} ]
authors = [
{name = "Andrew Schenck", email = "aschenck@gmail.com"},
{name = "Tyler Bruno", email = "tybruno117@gmail.com"},
]
maintainers = [ {name = "Andrew Schenck", email = "aschenck@gmail.com"} ]
description="Paramiko + jump host (SSH proxy) + multi-factor authentication simplified."
description="Paramiko extension providing support for 2FA / MFA, SSH Proxying"
readme = "README.md"

[project.urls]
Expand Down

0 comments on commit 530052a

Please sign in to comment.