From 173e5a9ebc8c1abf4825668d8e31befa4d0633e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20P=C5=82ocharz?= Date: Sat, 4 May 2013 18:03:39 +0200 Subject: [PATCH] Python 3 version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4547aafc..cdbc9bcd 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages import os, re -PKG='oauth2' +PKG='oauth2.3' VERSIONFILE = os.path.join('oauth2', '_version.py') verstr = "unknown" try: