Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 127c286

Browse files
authored
Merge pull request #83 from tchellomello/version_0.1.6
Version 0.1.6
2 parents c168bdd + 7b206b5 commit 127c286

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
setup(
66
name='pyarlo',
77
packages=['pyarlo'],
8-
version='0.1.5',
8+
version='0.1.6',
99
description='Python Arlo is a library written in Python 2.7/3x ' +
1010
'that exposes the Netgear Arlo cameras as Python objects.',
11+
long_description='Python Arlo is a library written in Python 2.7/3x ' +
12+
'that exposes the Netgear Arlo cameras as Python objects.',
1113
author='Marcelo Moreira de Mello',
1214
author_email='tchello.mello@gmail.com',
1315
url='https://github.com/tchellomello/python-arlo',

0 commit comments

Comments
 (0)