Metadata-Version: 2.1
Name: mqtt_tool
Version: 0.1.0
Summary: a simple mqtt tool
Home-page: https://your_package_url.com
Author: Leo
Author-email: 52guhaha@gmail.com
License: LICENSE.txt
Platform: UNKNOWN
License-File: LICENSE.txt

you need to download mosquitto to local machine and run it. 
[...]
Then you can use the following command to run the mosquitto broker on the local machine:
    
    
    mosquitto -c mosquitto.conf

