zip_safe=False is needed for setuptools

This commit is contained in:
David Jean Louis 2013-03-06 11:56:49 +01:00
parent 542c067cf1
commit b141fb75ac
1 changed files with 1 additions and 0 deletions

View File

@ -32,4 +32,5 @@ setup(
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules'
],
zip_safe=False,
)