Skip to content

Commit

Permalink
Add zip safe flag to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Vetter committed Mar 16, 2013
1 parent e068a74 commit 6c82e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -200,6 +200,7 @@ def install_node(self, env_dir, version=None):
'Topic :: Software Development :: Libraries',
],
license='BSD',
zip_safe=False,
cmdclass={
'build': node_build,
'bdist_egg': node_bdist_egg,
Expand Down

0 comments on commit 6c82e78

Please sign in to comment.