Skip to content

Static files do not get installed when installing from checkout #34

@piotr-dobrogost

Description

@piotr-dobrogost

When installing from checkout like this
pip install https://github.com/Kotti/kotti_navigation/archive/0.3.1.zip
static files are not being installed.
The reason is they are absent from wheel which is being built in the process of installation by pip. The root cause is a mess in python world in regard to packaging data. See pypa/sampleproject#30 and links therein.
The solution seems to be using MANIFEST.in file.

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