test: Added __init__.py to try to clean up build errors
This commit is contained in:
parent
f7deb8c0a2
commit
57b3f4ca52
3 changed files with 9 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -15,6 +15,7 @@ dir:
|
|||
|
||||
clean:
|
||||
rm -rf $(BUILDDIR)
|
||||
find . -name __pycache__|xargs rm -rf
|
||||
|
||||
poetry-release: build
|
||||
poetry publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue