diff options
Diffstat (limited to 'python/entrypoints')
-rw-r--r-- | python/entrypoints/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/python/entrypoints/README b/python/entrypoints/README index aa2e1c23f2d7..f9b933389499 100644 --- a/python/entrypoints/README +++ b/python/entrypoints/README @@ -1,4 +1,5 @@ -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. +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. |