vici: Add event listener of Python bindings to release tarball

Fixes: 4e065a9624 ("vici: Add decorators to Python bindings to simplify listening for events")
This commit is contained in:
Tobias Brunner
2025-10-24 15:15:45 +02:00
parent d3a05165d4
commit ba2bc3f4fe
@@ -7,6 +7,7 @@ EXTRA_DIST = LICENSE README.rst MANIFEST.in \
test/test_session.py \
vici/__init__.py \
vici/command_wrappers.py \
vici/event_listener.py \
vici/exception.py \
vici/protocol.py \
vici/session.py