aboutsummaryrefslogtreecommitdiff
path: root/python/python3-xdg/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-xdg/README')
-rw-r--r--python/python3-xdg/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/python/python3-xdg/README b/python/python3-xdg/README
deleted file mode 100644
index e54ecc56fd..0000000000
--- a/python/python3-xdg/README
+++ /dev/null
@@ -1,6 +0,0 @@
-xdg is a Python module that provides functions to return
-paths to the directories defined by the XDG Base Directory
-Specification, to save you from duplicating the same snippet
-of logic in every Python utility you write that deals with
-user cache, configuration, or data files. It has no external
-dependencies.