Open
Description
Description
At present, the Python module and library are run directly from the source directory. This means that the smartredis.cpython.*.so library is copied from the build directory directly into the source directory. This is perfectly functional, but it pollutes the source directory with built code. We should install the module into the install folder instead.
How to reproduce
Build SmartRedis
Expected behavior
Once built, there should be no generated files in the SmartRedis src subtree.
Notes
setup.cfg should be updated to point to the installed location