include plugin.py in py3 lib

This commit is contained in:
Mike McLean 2017-06-15 11:29:52 -04:00 committed by Tomas Kopecek
parent 03ec96803a
commit bd6f5f3aa6

View file

@ -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