Skip to content

Commit

Permalink
Add context.py to packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts committed Jun 19, 2020
1 parent 82b6864 commit cc5527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = $(shell xmllint --xpath 'string(/addon/@version)' addon.xml)
git_branch = $(shell git rev-parse --abbrev-ref HEAD)
git_hash = $(shell git rev-parse --short HEAD)
zip_name = $(name)-$(version)-$(git_branch)-$(git_hash).zip
include_files = addon.xml default.py LICENSE README.md resources/ service.py
include_files = addon.xml context.py default.py LICENSE README.md resources/ service.py
include_paths = $(patsubst %,$(name)/%,$(include_files))
exclude_files = \*.new \*.orig \*.pyc \*.pyo

Expand Down

0 comments on commit cc5527b

Please sign in to comment.