Import of __version__ compatible with wheel & added install make target

This commit is contained in:
2022-05-30 22:31:39 +02:00
parent be4883d51b
commit 5bc240ed18
4 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
.PHONY: clean
binaries=dist build
install:
python3 setup.py install
dist:
python3 setup.py sdist