mirror of
https://github.com/ProtoThis/python-synology.git
synced 2025-08-08 06:36:06 +00:00
Fixed setup directory naming
This commit is contained in:
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'python-synology',
|
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',
|
version = '0.0.1',
|
||||||
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)',
|
||||||
|
Reference in New Issue
Block a user