a library to demonstrate building from non-standard places
Build from top-level renamed setup script:
python setup_examplelibrary_2a.py install
Test by running this installed script:
examplescript2a
Build from sub-directory renamed setup script:
python subdir/setup_examplelibrary_2b.py install
Test by running this installed script:
examplescript2b