From 5bed0bfbb424f684e76b3967353519957a3e1cf7 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Wed, 9 Aug 2017 10:41:25 +0200 Subject: [PATCH] fix name of pyyaml for PyPi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f048bea..0d92127 100755 --- a/setup.py +++ b/setup.py @@ -114,7 +114,7 @@ setup( 'pyserial', 'six', 'appdirs', - 'pyyaml', + 'PyYAML', 'argparse', 'argcomplete', 'future',