Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 345 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 345 Bytes

Prior to opening a PR request, it is encouraged to update the included Z-Wave device database by running the following command:

python3 -m script.gen_zjs_device_config_db

Build and publish this package using:

rm -rf dist
python3 -m pip install --upgrade build twine
python3 -m build
python3 -m twine upload dist/*