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
- + 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" ]