Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data files get installed incorrectly #1538

Closed
jaraco opened this issue Dec 26, 2016 · 0 comments
Closed

Data files get installed incorrectly #1538

jaraco opened this issue Dec 26, 2016 · 0 comments

Comments

@jaraco
Copy link
Member

jaraco commented Dec 26, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant