Skip to content
Snippets Groups Projects
Commit 9b5eebfb authored by Grant Miller's avatar Grant Miller
Browse files

Rename extras_require feature to `completion`

parent aa973ecf
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ setup(
tests_require=['pytest'],
cmdclass={'test': PyTest},
extras_require={
'argcomplete': ["argcomplete"],
'completion': ['argcomplete'],
},
entry_points={
'console_scripts': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment