Skip to content

Commit d0945d1

Browse files
authored
Merge pull request #9 from Blackmamoth/dev
added implicit inclusion of necessary files in tarball
2 parents 351e3b6 + c109de3 commit d0945d1

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sshsync"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
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."
55
readme = "README.md"
66
authors = [
@@ -27,3 +27,11 @@ build-backend = "hatchling.build"
2727
[project.urls]
2828
Homepage = "https://github.com/Blackmamoth/sshsync"
2929
Issues = "https://github.com/Blackmamoth/sshsync/issues"
30+
31+
[tool.hatch.build]
32+
include = [
33+
"src/sshsync",
34+
"pyproject.toml",
35+
"README.md",
36+
"LICENSE"
37+
]

0 commit comments

Comments
 (0)