test: Added __init__.py to try to clean up build errors

This commit is contained in:
Alex Kelly 2021-08-19 12:55:20 -04:00
parent f7deb8c0a2
commit 57b3f4ca52
3 changed files with 9 additions and 0 deletions

View file

@ -15,6 +15,7 @@ dir:
clean:
rm -rf $(BUILDDIR)
find . -name __pycache__|xargs rm -rf
poetry-release: build
poetry publish