Fixed location for setup.py 23/33823/2
authorIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Fri, 2 Mar 2018 16:28:12 +0000 (11:28 -0500)
committerIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Fri, 2 Mar 2018 16:40:28 +0000 (11:40 -0500)
commit39a5102df288f24005f6c9f3d73bc71cc78bcb7b
tree2a62575985e947ffb3e1729f3783e4c301faa4c9
parent5238bc5d23b926e49c2805890d108cc2f1dcc618
Fixed location for setup.py

Looks like our daily job will fail if setup.py
is not where it currently resides (higher folder).

But if kept there, pip install wont work since it wont
be part of the package created and uploaded.

Moving it to both places for now for both items to work.

Note: A restructuring is already in the plans to bring
this 'multi-module' (so-called) structure to one straight
strucutre. In that restucturing setup.py would eventually
be in one place anyways.

Issue-ID: OPTFRA-160
Change-Id: Ib9ff7a273d6cf1e0c00bb74e562f268e8a569d48
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
conductor/conductor/setup.py [new file with mode: 0644]