projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4b001c
)
Remove examples and tests package exclusion in setup.py
author
Harmon
<Harmon758@gmail.com>
Sat, 30 Oct 2021 14:41:02 +0000
(09:41 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sat, 30 Oct 2021 14:41:02 +0000
(09:41 -0500)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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",