diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-21 14:11:39 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-08-21 14:27:47 +0300 |
commit | 1ca193d726bed5ece8656b0072bfe03ebb0478c6 (patch) | |
tree | bb891c7d29b0e2c620716a5c9a24a8285afad073 /contrib/python/argcomplete/py3/.dist-info/entry_points.txt | |
parent | 3391579f10b1bab2f82c4ea4921c794ab67e0d8b (diff) | |
download | ydb-1ca193d726bed5ece8656b0072bfe03ebb0478c6.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/argcomplete/py3/.dist-info/entry_points.txt')
-rw-r--r-- | contrib/python/argcomplete/py3/.dist-info/entry_points.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/python/argcomplete/py3/.dist-info/entry_points.txt b/contrib/python/argcomplete/py3/.dist-info/entry_points.txt new file mode 100644 index 0000000000..f13e435faf --- /dev/null +++ b/contrib/python/argcomplete/py3/.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +activate-global-python-argcomplete = argcomplete.scripts.activate_global_python_argcomplete:main +python-argcomplete-check-easy-install-script = argcomplete.scripts.python_argcomplete_check_easy_install_script:main +register-python-argcomplete = argcomplete.scripts.register_python_argcomplete:main |