vici: Add Python command wrappers to tarball

Fixes: e0f7da864481 ("vici: Extract command wrappers in Python bindings")
This commit is contained in:
Tobias Brunner 2019-05-06 15:51:05 +02:00
parent c88030807e
commit c7a0b39bd6

View File

@ -3,6 +3,7 @@ EXTRA_DIST = LICENSE README.rst MANIFEST.in \
vici/test/__init__.py \
vici/test/test_protocol.py \
vici/__init__.py \
vici/command_wrappers.py \
vici/compat.py \
vici/exception.py \
vici/protocol.py \