Skip to content
Snippets Groups Projects
Commit 8b5b99b9 authored by Matthias Bodenbenner's avatar Matthias Bodenbenner
Browse files

build package

parent 05e0700c
Branches
Tags 1.3.0
No related merge requests found
......@@ -107,7 +107,7 @@ venv.bak/
# mypy
.mypy_cache/
*.stats
*.txt
#*.txt
*.1
*.2
*.3
......
# WZL-MQTT
Current stable version: 1.3.0
**TODO**: document
\ No newline at end of file
## Installation
1. Install the *WZL-Utilities* dependency. Download the wheel file at of the [wzl-utilities](https://git-ce.rwth-aachen.de/wzl-mq-ms/forschung-lehre/utilities) package and install it with pip.
2. Download the [wzl-mqtt](https://git-ce.rwth-aachen.de/wzl-mq-ms/forschung-lehre/digital-mars/mqtt) package.
3. Install the wheel file and other dependencies via pip.
## Usage
For ussage of the provided MQTT-Publisher and -Subscriber clients, please refer to the *sample* file in the corresponding folder.
If there are any question contact [Matthias Bodenbenner](mailto:m.bodenbenner@wzl.rwth-aachen.de).
## Recent changes
1.3.0
- added wzl-utilities dependency by sourcing out logging functionality
\ No newline at end of file
File added
File deleted
certifi==2020.4.5.2
paho-mqtt==1.5.0
wincertstore==0.2
wzl-utilities==1.0.0
......@@ -7,7 +7,7 @@ setup(name='WZL-MQTT',
author_email='m.bodenbenner@wzl.rwth-aachen.de',
description='Small library containing an MQTT publisher and receiver.',
package_dir={'wzl': 'src'},
packages=['wzl.utilities,', 'paho-mqtt'],
packages=['wzl.mqtt'],
# long_description=open('./README.md').read(),
install_requires=['paho-mqtt'],
install_requires=['paho-mqtt', 'wzl-utilities'],
zip_safe=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment