Skip to content

Commit

Permalink
new setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradIT committed May 26, 2018
1 parent 375db81 commit 0f03b88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from setuptools import setup

with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='goprocam',
version='2.0.2',
version='2.0.3',
description='GoPro WiFi API Wrapper for Python - Compatible with HERO3, HERO3+, HERO4, HERO5, HERO+, HERO6',
url='http://github.com/konradit/gopro-py-api',
long_description=long_description,
long_description_content_type="text/markdown",
author='Konrad Iturbe',
author_email='[email protected]',
license='MIT',
Expand Down

0 comments on commit 0f03b88

Please sign in to comment.