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

Installation of 0.2.3 using pip seems to be missing a file #625

Closed
black3r opened this issue Apr 16, 2017 · 3 comments
Closed

Installation of 0.2.3 using pip seems to be missing a file #625

black3r opened this issue Apr 16, 2017 · 3 comments

Comments

@black3r
Copy link

black3r commented Apr 16, 2017

specifically the glyphicons font from bootstrap, located at: /wiki/static/wiki/bootstrap/fonts/glyphicons-halflings-regular.woff2 within the repository

causes a bug when calling collectstatic.. I've verified it by manually downloading the .whl archive from pypi and it seems to be missing there.., maybe something went wrong while publishing, since the file is in the repository in the 0.2.3 tag?

@black3r black3r changed the title Installation of 0.2.3 from pypi seems to be missing a file Installation of 0.2.3 using pip seems to be missing a file Apr 16, 2017
@mhozza
Copy link
Contributor

mhozza commented Apr 16, 2017

I guess the MANIFEST should include also .woff2 in addition to .woff and others.

@benjaoming
Copy link
Member

Yes, thanks for spotting this!

benjaoming added a commit to benjaoming/django-wiki that referenced this issue Apr 21, 2017
@benjaoming
Copy link
Member

Released as 0.2.4, I was hoping to do 0.2.3.post1 but wiki.core.version.get_version (taken from Django) didn't seem to support this for final releases.

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

3 participants