include plugin.py in py3 lib
This commit is contained in:
parent
03ec96803a
commit
bd6f5f3aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ PYTHON=python
|
|||
PACKAGE = $(shell basename `pwd`)
|
||||
ifeq ($(PYTHON), python3)
|
||||
# for python3 we fully support only basic library + CLI
|
||||
PYFILES = __init__.py util.py
|
||||
PYFILES = __init__.py util.py plugin.py
|
||||
PYSCRIPTS =
|
||||
SUBDIRS =
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue