From ec852c1e5a71c11b1e894b6a846f4e09a5029662 Mon Sep 17 00:00:00 2001 From: bmcustodio Date: Tue, 30 Oct 2012 15:20:08 +0000 Subject: [PATCH 1/2] Added 'zip_safe' flag to 'setup.py'. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9844ab1b..4324fc33 100755 --- a/setup.py +++ b/setup.py @@ -54,6 +54,7 @@ setup( include_package_data=True, install_requires=requires, license=open('LICENSE').read(), + zip_safe=False, classifiers=( 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', From f8603918db781ac72066de61d544a60f513faeaf Mon Sep 17 00:00:00 2001 From: bmcustodio Date: Tue, 30 Oct 2012 15:20:29 +0000 Subject: [PATCH 2/2] Fixed typo in 'MANIFEST.in'. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 75b3f3d6..09ba9bef 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include README.rst LICENSE NOTICE HISTORY.rst tests/*. requests/cacert.pem +include README.rst LICENSE NOTICE HISTORY.rst tests/* requests/cacert.pem