rgb-cln/contrib/pyln-spec/bolt2/setup.py

5 lines
113 B
Python

from pyln.spec.bolt2 import __version__, desc
from boltsetup import bolt_setup
bolt_setup(2, __version__, desc)