dev-python/oauth2: Clean old versions up

This commit is contained in:
Michał Górny
2017-05-02 20:47:08 +02:00
parent 2216717769
commit 436a85441a
3 changed files with 0 additions and 45 deletions

View File

@@ -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",