Version.py must match setup.cfg 53/33953/2
authorIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Sun, 4 Mar 2018 16:10:14 +0000 (11:10 -0500)
committerIkram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Sun, 4 Mar 2018 16:49:15 +0000 (11:49 -0500)
commitf435815bb8a16235a930856dfa846bb05d181c85
tree99eec82cbe96ca6397bf8dca78de8d7874a3e58d
parentda2f81ccb94a5830341da4a17b251a40fac6a6b9
Version.py must match setup.cfg

pip install -e . command was failing due to project
name mismatch in version.py (pbr settings) and setup.cfg.

Also, README.rst is a required file - must be present in
the directory pip install is run from (needed by setup.py).

Copied README.rst (and its markdown counterpart - README.md)
to one level in (./conductor).

Issue-ID: OPTFRA-161
Change-Id: I76e8e9c7d303a1e82524635118af3de36bc1a361
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
conductor/conductor/README.md [new file with mode: 0644]
conductor/conductor/README.rst [new file with mode: 0644]
conductor/conductor/version.py