2b0215cd94
Build and Push Docker Container / build-and-push (push) Successful in 1m52s
- Leave sync and watch notes empty by default instead of writing placeholder text. - Preserve existing remote notes when moving or adopting files without --note. - Detect tracked local moves by SHA-256 and update remote metadata safely. - Skip files that vanish during watch scans instead of aborting the sync cycle. - Bump NanoShare to 1.24.0 and the standalone CLI to 0.3.0.
20 lines
398 B
TOML
20 lines
398 B
TOML
[project]
|
|
name = "nanoshare-cli"
|
|
version = "0.3.0"
|
|
description = "NanoShare desktop CLI and folder sync client"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"httpx==0.28.1",
|
|
]
|
|
|
|
[project.scripts]
|
|
nanoshare = "nanoshare_client.cli:main"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["nanoshare_client"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|