Added zip safe so that easyinstall will work.

This commit is contained in:
Juho Rutila 2013-11-18 21:50:23 +02:00
parent 98f7067f41
commit ef3093c1e6
1 changed files with 1 additions and 0 deletions

View File

@ -37,4 +37,5 @@ setup(
'Django >= 1.2.0',
'psycopg2',
],
zip_safe=False,
)