aboutsummaryrefslogtreecommitdiff
path: root/python/python-twitter/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-14 21:34:45 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-19 18:40:03 +0700
commit1fb3a2c91212a810ac2225cd395c08531e9e4bb1 (patch)
treea74c596eccf10ece78de8628c97179c6c5249a8a /python/python-twitter/README
parenta966933011ab23f79d92db3fd99588365d5f3d77 (diff)
python/python-twitter: Renamed python2-twitter.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-twitter/README')
-rw-r--r--python/python-twitter/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/python-twitter/README b/python/python-twitter/README
deleted file mode 100644
index 547d66b606..0000000000
--- a/python/python-twitter/README
+++ /dev/null
@@ -1,6 +0,0 @@
-This library provides a pure python interface for the Twitter API.
-
-Twitter (http://twitter.com) provides a service that allows people
-to connect via the web, IM, and SMS. Twitter exposes a web services
-API (http://twitter.com/help/api) and this library is intended to
-make it even easier for python programmers to use.