fix(cli): package standalone client wheel
- Declare the NanoShare client package for Hatch wheel builds. - Ensure uv tool install can build and install the CLI from cli/. - Bump the server package version to 1.22.0 for the CLI release.
This commit is contained in:
@@ -11,6 +11,9 @@ dependencies = [
|
|||||||
[project.scripts]
|
[project.scripts]
|
||||||
nanoshare = "nanoshare_client.cli:main"
|
nanoshare = "nanoshare_client.cli:main"
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
packages = ["nanoshare_client"]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nanoshare"
|
name = "nanoshare"
|
||||||
version = "1.21.0"
|
version = "1.22.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
|
|||||||
Reference in New Issue
Block a user