better build script

This commit is contained in:
Benoît Sierro
2023-07-10 16:35:19 +02:00
parent 7ac5b87016
commit 161f7dd8ea
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
#!/usr/bin/env nu
^zip build/dispersionapp.zip src LICENSE pyproject.toml README.md
scp build/dispersionapp.zip fibnas:/volume1/web/
rm build/dispersionapp.zip
^zip -r build/dispersionapp.zip src/dispersionapp/*.py LICENSE pyproject.toml README.md
scp -O build/dispersionapp.zip fibnas:/volume1/web/

View File

@@ -1,6 +1,6 @@
[project]
name = "dispersionapp"
version = "0.1.3"
version = "0.2.0"
description = "Model hollow capillary and revolver fiber interactively"
authors = [{ name = "Benoît Sierro", email = "benoit.sierro@unibe.ch" }]