You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/oauth2/files/1.9.0_p1-exclude-tests.patch

12 lines
332 B

--- a/setup.py
+++ b/setup.py
@@ -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",