[httplib2] push by joe.gregorio - Fixed failure to install cacerts.txt on 2011-06-16 14:06 GMT

0 views
Skip to first unread message

codesite...@google.com

unread,
Jun 16, 2011, 10:07:09 AM6/16/11
to httplib...@googlegroups.com
Revision: 63b8059c1d57
Author: Joe Gregorio <jcgre...@google.com>
Date: Thu Jun 16 07:06:12 2011
Log: Fixed failure to install cacerts.txt
http://code.google.com/p/httplib2/source/detail?r=63b8059c1d57

Modified:
/Makefile
/setup.py

=======================================
--- /Makefile Mon Jun 13 11:47:34 2011
+++ /Makefile Thu Jun 16 07:06:12 2011
@@ -2,6 +2,7 @@
cd python2 && python2.4 httplib2test.py
-cd python2 && python2.5 httplib2test.py
cd python2 && python2.6 httplib2test.py
+ cd python2 && python2.7 httplib2test.py
cd python3 && python3.2 httplib2test.py

VERSION = $(shell python setup.py --version)
=======================================
--- /setup.py Mon Jun 13 11:47:34 2011
+++ /setup.py Thu Jun 16 07:06:12 2011
@@ -60,6 +60,7 @@
""",
package_dir=pkgdir,
packages=['httplib2'],
+ package_data={'httplib2': '*.txt'},
classifiers=[
'Development Status :: 4 - Beta',
'Environment :: Web Environment',

Reply all
Reply to author
Forward
0 new messages