ssl verification to test

added certificate verification cert_verify to be tested, default value is False
This commit is contained in:
Renato Visaggio
2020-12-05 12:29:27 +01:00
parent 06d9143aec
commit 728046ed24
4 changed files with 44 additions and 15 deletions

View File

@ -8,7 +8,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
setup(
name='synology-api',
version='0.1.2',
version='0.1.3',
packages=find_packages(exclude=['tests*']),
license='MIT',
description='Python Synology API Wrapper',
@ -17,5 +17,5 @@ setup(
install_requires=['requests'],
url='https://github.com/N4S4/synology-api',
author='Renato Visaggio',
author_email='renatovisaggio@gmail.com'
author_email='synology.python.api@gmail.com'
)