commit | c9f35e6c6b8e27967f591f263b1821118a641cde | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Thu Jun 16 10:06:12 2011 -0400 |
committer | Joe Gregorio <jcgregorio@google.com> | Thu Jun 16 10:06:12 2011 -0400 |
tree | 1d82e8d85a4142b966a6b02afd2153c74fe4143b | |
parent | cf7a9ca4dfd93cf04396a18b0974eacd8dc50de5 [diff] [blame] |
Fixed failure to install cacerts.txt
diff --git a/setup.py b/setup.py index 27f78d6..ef3039f 100755 --- a/setup.py +++ b/setup.py
@@ -60,6 +60,7 @@ """, package_dir=pkgdir, packages=['httplib2'], + package_data={'httplib2': '*.txt'}, classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment',