Simplify packaging, add create project smoke test. New license target.

This commit is contained in:
Dion Moult
2021-09-03 14:11:15 +10:00
parent 81b0442abe
commit b71684955d
25 changed files with 400 additions and 205 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: test
test:
cd test && pytest
pytest -p no:pytest-blender test
.PHONY: coverage
coverage: