Metadata-Version: 2.1
Name: MEROSS_DEVICE-DeGriesche
Version: 0.0.2
Summary: Meross Python integration for FHEM module MEROSS_DEVICE
Home-page: https://github.com/DeGriesche/MEROSS_DEVICE
Author: Manolis Pavlakis
Author-email: m.pavlakis@hotmail.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/DeGriesche/MEROSS_DEVICE/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# MEROSS_DEVICE Python

# Deployment 

## Generating distribution archives
Update dependencies
```
pip install --upgrade build
```

Build package
```
python -m build
```

## Uploading the distribution archives¶

Update twine
```
pip install --upgrade twine
```

Upload distribution package
```
python -m twine upload --repository testpypi dist/*
```


