mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
0dd57cbf3c
This centralizes the setup.py file, and parametrizes it so it can auto-detect which bolt we are building. It also uses trick 3 from [1] to avoid importing the package itself during the manifest creation, which'd cause an import error due to missing dependencies. [1] https://packaging.python.org/guides/single-sourcing-package-version/ |
||
---|---|---|
.. | ||
bolt1 | ||
bolt2 | ||
bolt4 | ||
bolt7 | ||
.gitignore | ||
bolt.py | ||
Makefile | ||
requirements.txt | ||
setup.py | ||
subinit.py |