Add images to built package

This commit is contained in:
Andrew Brookins 2021-11-02 14:40:08 -07:00
parent c128038d33
commit 4111330124
2 changed files with 6 additions and 2 deletions

View file

@ -34,6 +34,10 @@ clean:
dist: clean
$(POETRY) build
.PHONY: upload
upload: dist
$(POETRY) run twine upload dist/*
.PHONY: lint
lint: $(INSTALL_STAMP) dist
$(POETRY) run isort --profile=black --lines-after-imports=2 ./tests/ $(NAME)