From 8736a2f3cf776676b413c61dd69348d0d047fa8e Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Fri, 29 Jul 2022 19:44:02 +0530 Subject: [PATCH 1/2] docs: Update PY37 shield --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37bde87f..e220445c 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Bench is a command-line utility that helps you to install, update, and manage mu
- + From a0a81330326f5268790ed9246857d5e2139a2143 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Sat, 30 Jul 2022 01:03:20 +0530 Subject: [PATCH 2/2] build: Include for wheel target --- pyproject.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 55f40a05..cab5236a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,5 +53,10 @@ path = "bench/__init__.py" [tool.hatch.build.targets.sdist] include = [ - "/bench", + "/bench" +] + +[tool.hatch.build.targets.wheel] +include = [ + "/bench" ]