Skip to content

Commit

Permalink
Merge pull request #1164 from PaperBag42/fix/1141-no-install-examples
Browse files Browse the repository at this point in the history
Prevent installation of examples
  • Loading branch information
joshthecoder committed Mar 20, 2019
2 parents c1e4393 + 7a52094 commit 58d4d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author="Joshua Roesslein",
author_email="tweepy@googlegroups.com",
url="http://github.com/tweepy/tweepy",
packages=find_packages(exclude=['tests']),
packages=find_packages(exclude=['tests', 'examples']),
install_requires=[
"requests>=2.11.1",
"requests_oauthlib>=0.7.0",
Expand Down

0 comments on commit 58d4d69

Please sign in to comment.