diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-07-25 18:14:05 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-25 16:56:07 +0700 |
commit | 72f78b3ea00d7a880b17a07c5bab13eb4a5cb103 (patch) | |
tree | 43f2e075402f0953228ac3fda229a930e90f3b9d /python/tweepy/README | |
parent | ae87f355db6d7ba14874345d94ca9816217c5cb9 (diff) |
python/tweepy: Updated for version 3.10.0.
This is the last version to support python 2.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/tweepy/README')
-rw-r--r-- | python/tweepy/README | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/python/tweepy/README b/python/tweepy/README index baa2c40a6869f..37e660511bc51 100644 --- a/python/tweepy/README +++ b/python/tweepy/README @@ -1,7 +1,3 @@ tweepy (Twitter python library) Tweepy is a python library for accessing the Twitter API. - -If you want to build this for use with Python 3.x (needs the optional -dependency python3) pass the script PYTHON3=yes, like - PYTHON3=yes ./httplib2.SlackBuild |