mirror of
https://github.com/ProtoThis/python-synology.git
synced 2025-08-15 02:47:03 +00:00
Updated Readme
Updated Setup Prepared for PyPi release
This commit is contained in:
@ -59,4 +59,5 @@ Credits / Special Thanks
|
|||||||
========================
|
========================
|
||||||
- https://github.com/florianeinfalt
|
- https://github.com/florianeinfalt
|
||||||
- https://github.com/tchellomello
|
- https://github.com/tchellomello
|
||||||
|
- https://github.com/Quentame
|
||||||
- https://github.com/aaska
|
- https://github.com/aaska
|
||||||
|
4
setup.py
4
setup.py
@ -12,12 +12,12 @@ from setuptools import setup
|
|||||||
setup(
|
setup(
|
||||||
name = 'python-synology',
|
name = 'python-synology',
|
||||||
packages = ['SynologyDSM'], # this must be the same as the name above
|
packages = ['SynologyDSM'], # this must be the same as the name above
|
||||||
version = '0.2.0',
|
version = '0.4.0',
|
||||||
description = 'Python API for communication with Synology DSM',
|
description = 'Python API for communication with Synology DSM',
|
||||||
author = 'FG van Zeelst (StaticCube)',
|
author = 'FG van Zeelst (StaticCube)',
|
||||||
author_email = 'GitHub@StaticCube.com',
|
author_email = 'GitHub@StaticCube.com',
|
||||||
url = 'https://github.com/StaticCube/python-synology/',
|
url = 'https://github.com/StaticCube/python-synology/',
|
||||||
download_url = 'https://github.com/StaticCube/python-synology/tarball/0.2.0',
|
download_url = 'https://github.com/StaticCube/python-synology/tarball/0.4.0',
|
||||||
keywords = ['synology-dsm', 'synology'],
|
keywords = ['synology-dsm', 'synology'],
|
||||||
classifiers = [],
|
classifiers = [],
|
||||||
install_requires=['requests>=1.0.0']
|
install_requires=['requests>=1.0.0']
|
||||||
|
Reference in New Issue
Block a user