소스 검색

setup.py: set zip_safe to True (close #759)

Mort Yao 9 년 전
부모
커밋
c9fceb7b34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -36,7 +36,7 @@ setup(
     test_suite = 'tests',
 
     platforms = 'any',
-    zip_safe = False,
+    zip_safe = True,
     include_package_data = True,
 
     classifiers = proj_info['classifiers'],