Skip to content

Commit

Permalink
Added pypi support files
Browse files Browse the repository at this point in the history
  • Loading branch information
klejejs committed Dec 25, 2021
1 parent 5619775 commit 31524b0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.md
16 changes: 16 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
from distutils.core import setup

setup(
name='ThermiaOnlineAPI',
packages=['ThermiaOnlineAPI'],
version='1.0.0',
license='GPL-3.0',
description='A Python API for Thermia heat pumps using https://online.thermia.se',
author='Krisjanis Lejejs',
author_email='krisjanis.lejejs@gmail.com',
url='https://github.com/klejejs/python-thermia-online-api',
download_url='https://github.com/klejejs/python-thermia-online-api/archive/refs/tags/1.0.0.zip',
keywords=['Thermia', 'Online'],
install_requires=[],
classifiers=[],
)

0 comments on commit 31524b0

Please sign in to comment.