diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 81c270a..544f020 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -11,6 +11,9 @@ dependencies = [ [project.scripts] nanoshare = "nanoshare_client.cli:main" +[tool.hatch.build.targets.wheel] +packages = ["nanoshare_client"] + [build-system] requires = ["hatchling"] build-backend = "hatchling.build" diff --git a/pyproject.toml b/pyproject.toml index 77ac40f..2ee387b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nanoshare" -version = "1.21.0" +version = "1.22.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.13"