diff options
author | Martin Chlumsky <martin.chlumsky@ubisoft.com> | 2019-11-16 11:47:45 -0500 |
---|---|---|
committer | Martin Chlumsky <martin.chlumsky@ubisoft.com> | 2019-12-16 21:09:05 -0500 |
commit | 973cb8b962e13280bcc8473905227cf351661bf0 (patch) | |
tree | 3032d8b85461411820b8dadca100ee01587d9541 /setup.py | |
parent | 2a01326e8e02bbf418b3f4c49ffa60c735b107dc (diff) | |
download | gitlab-973cb8b962e13280bcc8473905227cf351661bf0.tar.gz |
feat: add autocompletion support
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,4 +45,5 @@ setup( "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", ], + extras_require={"autocompletion": ["argcomplete>=1.10.0,<2"]}, ) |