Skip to content

Data files get installed incorrectly #1538

@jaraco

Description

@jaraco

When installing the package under tox (with usedevelop=False), the data files get installed in the wrong location. For example, I've created such a tox environment and here's what you find for tutorial.conf:

$ find .tox/dist-check -name tutorial.conf 
.tox/dist-check/cherrypy/tutorial/tutorial.conf

I would have expected the file to get installed at .tox/dist-check/lib/python3.6/site-packages/cherrypy/tutorial/tutorial.conf. I suspect there's some interaction between tox and pip and the hacks created in #586. Possibly also implicated is #1090.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions