Skip to content

Commit

Permalink
fix: fix poetry v2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Jan 11, 2025
1 parent 3a75d6a commit d2a8c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ include = ["LICENSE"]
keywords = ["git", "batch", "automation"]
license = "MIT"
name = "git-batch"
packages = [{ include = "gitbatch" }]
packages = [{ include = "gitbatch", format = ["sdist", "wheel"] }]
readme = "README.md"
repository = "https://github.com/thegeeklab/git-batch/"
version = "0.0.0"
Expand Down

0 comments on commit d2a8c9d

Please sign in to comment.