dyve/django-bootstrap-toolkit

Extraneous `.DS_Store` files installed

Closed this issue · 2 comments

bootstrap_toolkit$ find . -name .DS_Store
./static/datepicker/.DS_Store
./static/.DS_Store

Maybe adding a

recursive-exclude * .DS_Store

line to MANIFEST.in could help?

dyve commented

Thanks, I will fix this

dyve commented

Fixed