Skip to content

Editable install does not work as intended #1097

@p-slash

Description

@p-slash

pip hard copies the files in the bin directory, so changes to the source do not propagate until another pip install -e is executed. One solution is to modernize the installation by moving to setup.cfg with [options.entry_points] and console_scripts. This requires moving the bin directory inside the py/picca folder and listing every executable setup.cfg.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions