summaryrefslogtreecommitdiffstats
path: root/python/entrypoints/README
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-03-08 18:58:09 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-09 10:04:05 +0700
commit06f68c20684eae546f43b44d6e85e7ad26388ea0 (patch)
treecdcec88fa54980eeae1dac35046cec45603dd109 /python/entrypoints/README
parentb9a4fa452ee04a5e0e0328dfd219e57454b03175 (diff)
downloadslackbuilds-06f68c20684eae546f43b44d6e85e7ad26388ea0.tar.gz
slackbuilds-06f68c20684eae546f43b44d6e85e7ad26388ea0.tar.xz
python/entrypoints: Removed (renamed to python3-entrypoints)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/entrypoints/README')
-rw-r--r--python/entrypoints/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/entrypoints/README b/python/entrypoints/README
deleted file mode 100644
index f9b9333894..0000000000
--- a/python/entrypoints/README
+++ /dev/null
@@ -1,5 +0,0 @@
-The entrypoints module contains functions to find and load entry
-points. Entry points are a way for Python packages to advertise
-objects with some common interface. The most common examples
-are console_scripts entry points, which define shell commands by
-identifying a Python function to run.