Skip to content

Commit

Permalink
Add metadata to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
daviewales committed Nov 4, 2024
1 parent 70da1f0 commit 93e2516
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
[project]
name = "az-ssh-wrapper"
authors = [
{name = "David Wales", email = "[email protected]"}
]
version = "1.0.0"
description = "SSH Wrapper for Azure CLI's `az ssh` command"
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.9"
dependencies = []

keywords = ["azure", "ssh", "ansible", "wrapper"]

[project.urls]
Repository = "https://github.com/swsphn/az-ssh-wrapper"
"Bug Tracker" = "https://github.com/swsphn/az-ssh-wrapper/issues"

[project.scripts]
az-ssh = "az_ssh_wrapper:main"

Expand Down

0 comments on commit 93e2516

Please sign in to comment.