Closed Totktonada closed 5 years ago
Now pypi.org discards a package that does not pass long_description validation. In our case:
Also added long_description_content_type to eliminate twine check dist/* warning:
twine check dist/*
| Checking distribution dist/tarantool-0.6.6.tar.gz: warning: | long_description_content_type missing. defaulting to text/x-rst.
long_description_content_type
text/x-rst
Now pypi.org discards a package that does not pass long_description validation. In our case:
Also added long_description_content_type to eliminate
twine check dist/*
warning:| Checking distribution dist/tarantool-0.6.6.tar.gz: warning: |
long_description_content_type
missing. defaulting totext/x-rst
.