added zip_safe

This commit is contained in:
Kurt Grandis 2010-03-16 01:58:20 -04:00
parent 77e113bfd4
commit 1f399cb426
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ setup(
py_modules = ['nose_exclude'],
package_data = {'':['README.rst']},
zip_safe = False,
entry_points = {
'nose.plugins': ['nose_exclude = nose_exclude:NoseExclude']