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

# HomeMeasurement
source env/bin/activate deactivate

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

rm -Rf dist

python3 setup.py sdist bdist_wheel

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

python3 -m twine upload dist/*

