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

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

Open
piotr-dobrogost opened this issue Feb 29, 2016 · 1 comment
Open

Comments

@piotr-dobrogost
Copy link

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.

@disko
Copy link
Member

disko commented Feb 29, 2016

Or using setuptools-git when packaging.

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

2 participants