Files
lightning/contrib/pyln-spec/bolt2/pyln/spec/bolt2/gen_version.py
Rusty Russell 3882e8bdf7 pyln.spec.bolt*: make these separate packages, so versions can change indep.
They're almost entirely autogenerated, and we use symlinks into the
top directory to reduce replication.

They can't be under pyln.spec.message, because a package can't also
be a namespace.

We also add fulltext and desc fields, and exclude our "gen" files from
flake8, since the spec quotes contain weird whitespace.

Changelog-Added: Python: pyln.spec.bolt{1,2,4,7} packages.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-06-25 10:08:58 +02:00

3 lines
88 B
Python

__version__ = "1.0.post137"
__gitversion__ = "ae2d248b7ad8b0965f224c303019ba04c661008f"