From 1a0e6c7e4bb25492335ff80b5f34d8033b54f4d6 Mon Sep 17 00:00:00 2001 From: Craig Citro Date: Sun, 17 Aug 2014 10:06:10 -0700 Subject: [PATCH] Add note to README about py3. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f403139..44cc040 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ [![Build Status](https://travis-ci.org/google/oauth2client.svg?branch=master)](https://travis-ci.org/google/oauth2client) +NOTE +==== + +This is a work-in-progress branch to add python3 support to oauth2client. Most +of the work was done by @pferate. + This is a client library for accessing resources protected by OAuth 2.0. [Full documentation](http://google.github.io/oauth2client/)