Minor clean up for CityJSON PR.

This commit is contained in:
Dion Moult
2021-11-09 20:46:46 +11:00
parent 91f2f9438f
commit cbf7b0a77a
6 changed files with 92 additions and 13 deletions
+1
View File
@@ -262,6 +262,7 @@ endif
cd dist/working && python -m venv env
cd dist/working && mkdir site-packages
cd dist/working && . env/bin/activate && pip install cjio --target=./site-packages
cd dist/working/site-packages/ && rm -r *dist-info*
cp -r dist/working/site-packages/* dist/blenderbim/libs/site/packages/
rm -rf dist/working