1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

add basic argcomplete support

This commit is contained in:
Patrick Kanzler
2016-07-23 10:00:40 +02:00
parent 457c62cc7f
commit 80b714fdae
2 changed files with 12 additions and 0 deletions

View File

@@ -110,6 +110,8 @@ setup(
'six',
'appdirs',
'pyyaml',
'argparse',
'argcomplete',
],
setup_requires=[
'setuptools_scm',