~mordred/django-openid-auth/zip-safe

Viewing all changes in revision 105.

  • Committer: Monty Taylor
  • Date: 2013-07-19 15:54:43 UTC
  • Revision ID: mordred@inaugust.com-20130719155443-w70hrt5ghh0wafp8
Add zip_safe flag to setup.py

We are providing django templates which django cannot find when the software
is installed inside of an egg zipfile. This means, additionally, that anyone
who install_requires on django_openid_auth and then gets their depends
installed via setup.py install or setup.py develop will get a completely
unfunctional install.

Setting zip_safe=False explicitly fixes this.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: