exclude examples from packages in setup.py (#1141)
authorNoam Ben-zichri <ben.zichri@gmail.com>
Tue, 29 Jan 2019 17:34:44 +0000 (19:34 +0200)
committerGitHub <noreply@github.com>
Tue, 29 Jan 2019 17:34:44 +0000 (19:34 +0200)
setup.py

index b5bb0e70d77fe4b9a467152f40f41d9adf5c6eaf..adbaf4065c658876c7b1364c1f64aef47ea5a51e 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -20,7 +20,7 @@ setup(name="tweepy",
       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",