summaryrefslogtreecommitdiffstats
path: root/python/entrypoints/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/entrypoints/README')
-rw-r--r--python/entrypoints/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/entrypoints/README b/python/entrypoints/README
deleted file mode 100644
index aa2e1c23f2..0000000000
--- a/python/entrypoints/README
+++ /dev/null
@@ -1,4 +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.