diff --git a/Makefile b/Makefile index a6ba690..d14e594 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ .PHONEY: lint, lint_templates, todos +# TODO build this from bl_info['version'] +ver_str := v0.2.0 + lint: pylint *.py @@ -8,3 +11,6 @@ lint_templates: todos: pylint -d all -e fixme *.py + +zip: + git-archive-all --force-submodules --prefix BlenderPanda BlenderPanda-$(ver_str).zip diff --git a/requirements.txt b/requirements.txt index 2524dff..9bf70cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ pylint +git_archive_all --extra-index-url https://archive.panda3d.org/branches/master panda3d