Metadata-Version: 2.1
Name: ch.zbindenonline.weatherstation
Version: 1.0.2
Summary: Collects data from tinkerforge outdoor weather station and saves it to sqlite database.
Home-page: UNKNOWN
Author: Patrick Zbinden
Author-email: UNKNOWN
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Requires-Dist: paho-mqtt
Requires-Dist: requests
Requires-Dist: click

# HomeMeasurement

#Build
python3 -m pip install --user --upgrade setuptools wheel

python3 setup.py sdist bdist_wheel

python3 -m pip install --user --upgrade twine

python3 -m twine upload dist

