This commit is contained in:
2026-06-25 02:21:13 +03:00
parent 7963a8d2eb
commit 62ec72ba3d
7 changed files with 196 additions and 9 deletions
+12
View File
@@ -68,3 +68,15 @@ make cli
```
This creates `dist/nexus-cli` through PyInstaller.
## Build wheel package
Use `doit` from the development dependencies:
```bash
pip install -e .[dev]
doit wheel
```
The wheel is written to `dist/nexus_sync-0.1.0-py3-none-any.whl` and installs the
`nexus-cli` console script.