fix(ISSUE-4): pip install missing templates (#5)

* feat(ISSUE-4): fix(ISSUE-4): missing template and css files in package

* feat(ISSUE-4): chore: add makefile command to upload to pypi

Co-authored-by: Thu Trang Pham <thu@joinmodernhealth.com>
This commit is contained in:
Thu Trang Pham
2021-01-21 13:38:34 -08:00
committed by GitHub
parent ea1e882f32
commit 591aa48ba0
3 changed files with 9 additions and 3 deletions
+3
View File
@@ -22,3 +22,6 @@ package:
upload-testpypi:
python3 -m twine upload --repository testpypi dist/django_admin_confirm-$(VERSION)*
i-have-tested-with-testpypi-and-am-ready-to-release:
python3 -m twine upload --repository pypi dist/django_admin_confirm-$(VERSION)*