realpython / pytest-mypy

Mypy static type checker plugin for Pytest
https://pypi.org/project/pytest-mypy/
MIT License
248 stars 32 forks source link

Add long_description_content_type #98

Closed dmtucker closed 4 years ago

dmtucker commented 4 years ago

This resolves twine warnings:

publish run-test: commands[1] | twine check '/home/dtux/Projects/pytest-mypy/.tox/dist/*'
Checking /home/dtux/Projects/pytest-mypy/.tox/dist/pytest_mypy-0.6.3.dev15+g44a726c-py3-none-any.whl: PASSED, with warnings
  warning: `long_description_content_type` missing. defaulting to `text/x-rst`.
Checking /home/dtux/Projects/pytest-mypy/.tox/dist/pytest-mypy-0.6.3.dev15+g44a726c.tar.gz: PASSED, with warnings
  warning: `long_description_content_type` missing. defaulting to `text/x-rst`.

After:

publish run-test: commands[1] | twine check '/home/dtux/Projects/pytest-mypy/.tox/dist/*'
Checking /home/dtux/Projects/pytest-mypy/.tox/dist/pytest_mypy-0.6.3.dev15+g44a726c.d20200815-py3-none-any.whl: PASSED
Checking /home/dtux/Projects/pytest-mypy/.tox/dist/pytest-mypy-0.6.3.dev15+g44a726c.d20200815.tar.gz: PASSED