Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
Updated Setup
Prepared for PyPi release
  • Loading branch information
ProtoThis committed Jan 20, 2020
1 parent ab8b63a commit 8cda077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ Credits / Special Thanks
========================
- https://github.com/florianeinfalt
- https://github.com/tchellomello
- https://github.com/Quentame
- https://github.com/aaska
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
setup(
name = 'python-synology',
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',
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.2.0',
download_url = 'https://github.com/StaticCube/python-synology/tarball/0.4.0',
keywords = ['synology-dsm', 'synology'],
classifiers = [],
install_requires=['requests>=1.0.0']
Expand Down

0 comments on commit 8cda077

Please sign in to comment.