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

Commit

Permalink
Merge pull request #85 from tchellomello/version_0.1.7
Browse files Browse the repository at this point in the history
Version 0.1.7
  • Loading branch information
tchellomello committed Jun 16, 2018
2 parents 127c286 + ef1847a commit de6d91e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
"""Python Arlo setup script."""
from setuptools import setup


def readme():
with open('README.rst') as desc:
return desc.read()


setup(
name='pyarlo',
packages=['pyarlo'],
version='0.1.6',
version='0.1.7',
description='Python Arlo is a library written in Python 2.7/3x ' +
'that exposes the Netgear Arlo cameras as Python objects.',
long_description='Python Arlo is a library written in Python 2.7/3x ' +
'that exposes the Netgear Arlo cameras as Python objects.',
long_description=readme(),
author='Marcelo Moreira de Mello',
author_email='tchello.mello@gmail.com',
url='https://github.com/tchellomello/python-arlo',
Expand Down

0 comments on commit de6d91e

Please sign in to comment.