diff options
author | Brenton Earl <brent@exitstatusone.com> | 2020-05-02 11:41:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-05-02 11:41:05 +0700 |
commit | dd0915382855f21ef410d9edd83b2973dd56962a (patch) | |
tree | 18526c987722749e7e48c1033503184e6e799feb /python/pyperclip/README | |
parent | 2202d314899b72849465df18d15a1c5ff5d06905 (diff) |
python/pyperclip: Updated for version 1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyperclip/README')
-rw-r--r-- | python/pyperclip/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/pyperclip/README b/python/pyperclip/README index 18b74d81c6..e4e985e3b7 100644 --- a/python/pyperclip/README +++ b/python/pyperclip/README @@ -1,6 +1,7 @@ Pyperclip is a cross-platform Python module for copy and paste clipboard -functions. It works with Python 2 and 3. It currently only handles -plain text. +functions. It currently only handles plain text. + +Python 3 is a hard dependency. This script does not support Python 2. For example usage see /usr/doc/pyperclip-$VERSION/README.md |