aboutsummaryrefslogtreecommitdiff
path: root/python/python3-distlib/README
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-02-20 23:09:46 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-25 09:18:00 +0700
commit32ad78346760c9c68f0d0bb1588c9edafb9a6227 (patch)
treec1a2d315504c8cde9f3661e123e66635ff57524d /python/python3-distlib/README
parent8d34716daee99452632373a5d138683ae3584739 (diff)
python/python3-distlib: Added (functions for dist. Python software)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-distlib/README')
-rw-r--r--python/python3-distlib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/python3-distlib/README b/python/python3-distlib/README
new file mode 100644
index 0000000000..b42bdb5a6d
--- /dev/null
+++ b/python/python3-distlib/README
@@ -0,0 +1,4 @@
+Distlib is a library which implements low-level functions that relate
+to packaging and distribution of Python software. It is intended to be
+used as the basis for third-party packaging tools. The documentation is
+available at https://distlib.readthedocs.io/