parent
e3a9b0872f
commit
d59c85714c
|
@ -0,0 +1,15 @@
|
||||||
|
all: release
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@echo Cleaning...
|
||||||
|
-rm -r ./build
|
||||||
|
-rm -r ./dist
|
||||||
|
|
||||||
|
build_wheel:
|
||||||
|
python3 setup.py sdist bdist_wheel
|
||||||
|
|
||||||
|
release: build_wheel
|
||||||
|
|
||||||
|
upload:
|
||||||
|
@echo Uploading to PyPi...
|
||||||
|
twine upload dist/*
|
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="loramon",
|
name="loramon",
|
||||||
version="0.9.6",
|
version="0.9.7",
|
||||||
author="Mark Qvist",
|
author="Mark Qvist",
|
||||||
author_email="mark@unsigned.io",
|
author_email="mark@unsigned.io",
|
||||||
description="LoRa packet sniffer for RNode hardware",
|
description="LoRa packet sniffer for RNode hardware",
|
||||||
|
|
Loading…
Reference in New Issue