dev-python/oauth2: version bump to 1.9.0_p1

Package-Manager: portage-2.2.20.1
This commit is contained in:
Dirkjan Ochtman
2015-09-19 14:57:01 +02:00
parent 12b919c00a
commit 68955bd8ec
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- setup.py.bak 2015-09-19 14:03:27.000000000 +0200
+++ setup.py 2015-09-19 14:03:43.000000000 +0200
@@ -45,7 +45,7 @@
"Natural Language :: English",
"License :: OSI Approved :: MIT License"
],
- packages = find_packages(),
+ packages = find_packages(exclude=['tests']),
install_requires = ['httplib2'],
license = "MIT License",
keywords="oauth",