Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "sshsync"
version = "0.11.1"
version = "0.11.2"
description = "sshsync is a CLI tool to run shell commands across multiple servers via SSH, either on specific groups or all servers. It also supports pushing and pulling files to and from remote hosts."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -29,9 +29,12 @@ Homepage = "https://github.com/Blackmamoth/sshsync"
Issues = "https://github.com/Blackmamoth/sshsync/issues"

[tool.hatch.build]
include = [
"src/sshsync",
"pyproject.toml",
"README.md",
"LICENSE"
exclude = [
".git/",
".github/",
".gitignore",
".python-version",
"demo.gif",
"pyrightconfig.json",
"uv.lock",
]
Loading