Commit ae2bde27 authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

AT5-382: modified Dockerfile and setup.py to install the package in editable...

AT5-382: modified  Dockerfile and setup.py to install the package in editable mode with its dependencies.
parent 3ad41444
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
@@ -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',