Spike: Install python module to install folder #343
Labels
area: build
Issues related to builds, makefiles, installs, etc
area: python
Issues related to the Python Client
bug: minor
A minor bug
type: spike
Issues requiring more investigation to define user experience and implementation strategy
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
The text was updated successfully, but these errors were encountered: