aboutsummaryrefslogtreecommitdiff
path: root/python/python-keyring/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2023-12-21 18:53:03 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 08:00:25 +0700
commitba2c48afdb47fe1881fdff344a1e6c3e15e2e7a6 (patch)
treeeaf6c8ffaf06f342824b8a052c9cc520f26c69af /python/python-keyring/README
parentd12f566df4900c495db08e94f5ab98faabef099b (diff)
python/python-keyring: Removed (replaced by python3-keyring).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-keyring/README')
-rw-r--r--python/python-keyring/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/python-keyring/README b/python/python-keyring/README
deleted file mode 100644
index 5935c016f6..0000000000
--- a/python/python-keyring/README
+++ /dev/null
@@ -1,3 +0,0 @@
-The Python keyring lib provides a easy way to access the
-system keyring service from python. It can be used in any
-application that needs safe password storage.