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
1 changed files with 1 additions and 1 deletions

View File

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