Loading csp-lmc-mid/setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ setup( description=INFO['description'], author=INFO['author'], author_email=INFO['author_email'], packages=find_packages(), packages=find_packages(where="csp-lmc-mid"), license=INFO['license'], url=INFO['url'], long_description=long_description, Loading @@ -38,7 +38,7 @@ setup( install_requires = [ 'pytango >=9.3.1', 'future', 'csp-lmc-common >=0.5.0' 'csp-lmc-common > 0.5.0' ], setup_requires=[ 'pytest-runner', Loading Loading
csp-lmc-mid/setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ setup( description=INFO['description'], author=INFO['author'], author_email=INFO['author_email'], packages=find_packages(), packages=find_packages(where="csp-lmc-mid"), license=INFO['license'], url=INFO['url'], long_description=long_description, Loading @@ -38,7 +38,7 @@ setup( install_requires = [ 'pytango >=9.3.1', 'future', 'csp-lmc-common >=0.5.0' 'csp-lmc-common > 0.5.0' ], setup_requires=[ 'pytest-runner', Loading