mirror of
https://github.com/N4S4/synology-api.git
synced 2025-08-02 00:23:30 +00:00
ssl verification to test
added certificate verification cert_verify to be tested, default value is False
This commit is contained in:
4
setup.py
4
setup.py
@ -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'
|
||||
)
|
||||
|
Reference in New Issue
Block a user