Release 1.3.0

This commit is contained in:
2021-08-26 12:33:15 +02:00
commit 9bb72f0207
1148 changed files with 92133 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
PHONY: clean dev lint test build publish
clean:
rm -rf build/ dist/ homehub_backend-egg-info/
dev:
lint:
flake8
test:
pytest -v --disable-warnings
build: clean
python setup.py build sdist bdist_wheel
publish:
twine upload --repository pypi-hosted.nexus.bthlabs.pl --skip-existing dist/*