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,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Unreleased (2021-08-18)
|
||||||
|
|
||||||
|
#### Others
|
||||||
|
|
||||||
|
* added a useless --help test to verify commit message hook is working
|
||||||
|
|
||||||
|
Full set of changes: [`v0.1.1...28db7f2`](https://git.admin.franklin.edu/kellya/task-status/compare/v0.1.1...28db7f2)
|
||||||
|
|
||||||
## v0.1.1 (2021-08-18)
|
## v0.1.1 (2021-08-18)
|
||||||
|
|
||||||
|
|
||||||
|
|
1
Makefile
1
Makefile
|
@ -15,6 +15,7 @@ dir:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILDDIR)
|
rm -rf $(BUILDDIR)
|
||||||
|
find . -name __pycache__|xargs rm -rf
|
||||||
|
|
||||||
poetry-release: build
|
poetry-release: build
|
||||||
poetry publish
|
poetry publish
|
||||||
|
|
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
Loading…
Reference in a new issue