Fix ruammel inclusion in wheel. (#5495)

This commit is contained in:
Matt Davis
2022-11-23 12:01:48 -05:00
committed by GitHub
parent a8a890e467
commit 14b18cfbef
+1
View File
@@ -67,6 +67,7 @@ setup(
"w32.exe",
"w64.exe",
],
"pipenv.vendor.ruamel": ["yaml"],
},
python_requires=">=3.7",
zip_safe=True,