A pytest-inspired, DAST framework, capable of identifying vulnerabilities in a distributed, micro-service ecosystem through chaos engineering testing and stateful, Swagger fuzzing.
Other
212
stars
26
forks
source link
Fix: 'long_description' error when publishing to PyPI #92
Overview
Publish to PyPI workflow fails with below error:
Although, we don't have
long_description
field insetup.py
, workflow failsSome discussions have suggested to add
long_description_content_type
to fix this errorAdding
long_description
field along with content_type for better description in the pypi project page