better build script
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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" }]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user