Package resources

This commit is contained in:
Yax 2024-12-09 17:18:23 +01:00
parent f5fc48e909
commit 9bd8b8b594
3 changed files with 22 additions and 4 deletions

View file

@ -30,6 +30,8 @@ test:
# build
build:
# https://stackoverflow.com/questions/24347450/how-do-you-add-additional-files-to-a-wheel
rm -rf build/* dist/* *.egg-info
uv build --wheel --out-dir dist
docker build -t kianby/stacosys .