Skip to content

Commit 63fd061

Browse files
committed
🔖 Release v0.1.2
1 parent 4527467 commit 63fd061

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

setup.py

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
from setuptools import setup, find_packages
22

3+
with open("README.md", 'r') as f:
4+
long_description = f.read()
5+
36
setup(
47
name='comwatt-client-legacy',
5-
version='0.1',
8+
version='0.1.2',
69
author='Matéo Greil',
710
author_email='contact@greil.fr',
8-
description='Python Client for Comwatt API',
11+
description='Python Client for Comwatt API (legacy: go.energy.comwatt)',
12+
long_description=long_description,
13+
long_description_content_type='text/markdown',
14+
url="https://github.com/MateoGreil/python-comwatt-client-legacy",
915
packages=find_packages(),
1016
install_requires=[
1117
'requests',

0 commit comments

Comments
 (0)