Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk authored Dec 29, 2024
1 parent ab632c9 commit 9ac61d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ multiple Python versions on the same system, the version being used to run the s
``/etc/shells``, and run ``chsh`` to change your shell). You can check the version of the running copy of bash with
``echo $BASH_VERSION``.

.. note:: If you use setuptools/distribute ``scripts`` or ``entry_points`` directives to package your module,
.. note:: If you use ``project.scripts`` directives to provide command line entry points to your package,
argcomplete will follow the wrapper scripts to their destination and look for ``PYTHON_ARGCOMPLETE_OK`` in the
destination code.
first kilobyte of the file containing the destination code.

If you choose not to use global completion, or ship a completion module that depends on argcomplete, you must register
your script explicitly using ``eval "$(register-python-argcomplete my-python-app)"``. Standard completion module
Expand Down

0 comments on commit 9ac61d8

Please sign in to comment.