mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-04-28 04:07:32 -07:00
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3522
12 lines
332 B
Diff
12 lines
332 B
Diff
--- 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",
|