Skip to content

Spike: Install python module to install folder #343

Open
@billschereriii

Description

@billschereriii

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: buildIssues related to builds, makefiles, installs, etcarea: pythonIssues related to the Python Clientbug: minorA minor bugtype: spikeIssues requiring more investigation to define user experience and implementation strategy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions