Skip to content

Commit 418fb89

Browse files
authored
Merge pull request #212 from sbraz/package
Do not install the "tests" package
2 parents 9480bb7 + 9c77664 commit 418fb89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"Natural Language :: English",
4646
"License :: OSI Approved :: MIT License"
4747
],
48-
packages = find_packages(),
48+
packages = find_packages(exclude=['tests']),
4949
install_requires = ['httplib2'],
5050
license = "MIT License",
5151
keywords="oauth",

0 commit comments

Comments
 (0)