We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9480bb7 commit 9c77664Copy full SHA for 9c77664
1 file changed
setup.py
@@ -45,7 +45,7 @@
45
"Natural Language :: English",
46
"License :: OSI Approved :: MIT License"
47
],
48
- packages = find_packages(),
+ packages = find_packages(exclude=['tests']),
49
install_requires = ['httplib2'],
50
license = "MIT License",
51
keywords="oauth",
0 commit comments