1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-04 08:53:29 +00:00

fix name of pyyaml for PyPi

This commit is contained in:
Patrick Kanzler 2017-08-09 10:41:25 +02:00
parent f12470d3cd
commit 5bed0bfbb4
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF

View File

@ -114,7 +114,7 @@ setup(
'pyserial', 'pyserial',
'six', 'six',
'appdirs', 'appdirs',
'pyyaml', 'PyYAML',
'argparse', 'argparse',
'argcomplete', 'argcomplete',
'future', 'future',