[bridgedb/master] Add zip_safe=False flag to setup.py for access to data files and templates.

12 Jan
2014
12 Jan
'14
6:06 a.m.
commit bffee0832ec51296bcf895d2dfb03bc013b5c8a6 Author: Isis Lovecruft <isis@torproject.org> Date: Thu Oct 3 06:19:41 2013 +0000 Add zip_safe=False flag to setup.py for access to data files and templates. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2c7588e..0e3dba4 100644 --- a/setup.py +++ b/setup.py @@ -135,6 +135,7 @@ setuptools.setup( scripts=['scripts/bridgedb',], extras_require={'test': ["sure>=0.4.5", "trialcoverage>=0.3.12"]}, + zip_safe=False, cmdclass=get_cmdclass(), include_package_data=True, install_requires=get_requirements(),
4193
Age (days ago)
4193
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org