Skip to content

Commit 459c527

Browse files
committed
🐛 Fix import package
1 parent e37d2ed commit 459c527

4 files changed

Lines changed: 4 additions & 1 deletion

File tree

comwatt-client/__init__.py

Whitespace-only changes.

comwatt_client/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .client import ComwattClient
2+
3+
__all__ = ["ComwattClient"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='comwatt-client',
5-
version='0.1.2',
5+
version='0.1.6',
66
author='Matéo Greil',
77
author_email='contact@greil.fr',
88
description='Python Client for Comwatt API',

0 commit comments

Comments
 (0)