Remove examples and tests package exclusion in setup.py
authorHarmon <Harmon758@gmail.com>
Sat, 30 Oct 2021 14:41:02 +0000 (09:41 -0500)
committerHarmon <Harmon758@gmail.com>
Sat, 30 Oct 2021 14:41:02 +0000 (09:41 -0500)
setup.py

index 6457d4f7f66fc6d1c29e702793671f1b335dbad8..5ee79db9138221d3cc1de97dcbd62c0c8f942646 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ setup(
         "Source Code": "https://github.com/tweepy/tweepy",
     },
     download_url="https://pypi.org/project/tweepy/",
-    packages=find_packages(exclude=["tests", "examples"]),
+    packages=find_packages(),
     install_requires=[
         "requests>=2.11.1,<3",
         "requests_oauthlib>=1.0.0,<2",