Update setup.py

This commit is contained in:
Ferry van Zeelst
2018-07-02 22:03:51 +02:00
committed by GitHub
parent 24bbce7973
commit a5446a052f

View File

@ -12,12 +12,12 @@ from setuptools import setup
setup(
name = 'python-synology',
packages = ['SynologyDSM'], # this must be the same as the name above
version = '0.1.0',
version = '0.2.0',
description = 'Python API for communication with Synology DSM',
author = 'FG van Zeelst (StaticCube)',
author_email = 'GitHub@StaticCube.com',
url = 'https://github.com/StaticCube/python-synology/',
download_url = 'https://github.com/StaticCube/python-synology/tarball/0.1.0',
download_url = 'https://github.com/StaticCube/python-synology/tarball/0.2.0',
keywords = ['synology-dsm', 'synology'],
classifiers = [],
install_requires=['requests>=1.0.0']