Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit 11c9db6

Browse files
gildeasilviulica
authored andcommitted
Set zip_safe=False in setup.py
Without this explicit setting, setuptools examines our source code to deduce the value. This change make installation more efficient, reduces the message spew during installation, and does not change the choice made by setuptools. ----Release Notes---- [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=118980930
1 parent 59a4566 commit 11c9db6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def get_download_url():
115115
setup_requires=['nose>=1.0'],
116116
install_requires=REQUIRED_PACKAGES,
117117
test_suite='nose.collector',
118+
zip_safe=False,
118119
# PyPI package information.
119120
classifiers=[
120121
'Intended Audience :: End Users/Desktop',

0 commit comments

Comments
 (0)