setup.py: fix package name for yaml

This commit is contained in:
Markus 2019-11-08 19:40:05 +01:00
parent 97e9be80cf
commit 6314f468c1
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ setup(
"dnspython",
],
"yaml": [
"yaml",
"PyYAML",
],
"idna": [
"idna",