Fixed setup directory naming

This commit is contained in:
Ferry van Zeelst
2016-10-14 20:18:26 +00:00
parent 56050dd903
commit 23a2da7adb

View File

@ -11,7 +11,7 @@ from setuptools import setup
setup(
name = 'python-synology',
packages = ['python-synology'], # this must be the same as the name above
packages = ['synology'], # this must be the same as the name above
version = '0.0.1',
description = 'Python API for communication with Synology DSM',
author = 'FG van Zeelst (StaticCube)',