Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 418fb89

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /