mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
dev-python/oauth2: Clean old versions up
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index acc41e1..1efd034 100755
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -31,7 +31,7 @@ setup(name=PKG,
|
||||
author="Joe Stump",
|
||||
author_email="joe@simplegeo.com",
|
||||
url="http://github.com/simplegeo/python-oauth2",
|
||||
- packages = find_packages(),
|
||||
+ packages = find_packages(exclude=['tests']),
|
||||
install_requires = ['httplib2'],
|
||||
license = "MIT License",
|
||||
keywords="oauth",
|
||||
Reference in New Issue
Block a user