summaryrefslogtreecommitdiff
blob: e2296d869e934dadb91aeb12fa8924d75c2feac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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",