We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
py.typed
When attempting to use the new version in Twine, I got this error:
twine/commands/check.py:22: error: Skipping analyzing "readme_renderer.rst": module is installed, but missing library stubs or py.typed marker
It's in the sdist, but not the wheel:
% tar tzvf readme_renderer-34.0.tar.gz ... -rw-r--r-- 0 di di 3668 Mar 11 15:06 readme_renderer-34.0/readme_renderer/markdown.py -rw-r--r-- 0 di di 0 Mar 11 15:06 readme_renderer-34.0/readme_renderer/py.typed -rw-r--r-- 0 di di 4299 Mar 11 15:06 readme_renderer-34.0/readme_renderer/rst.py ... % unzip -l readme_renderer-34.0-py3-none-any.whl 1184 03-11-2022 20:11 readme_renderer/__about__.py 638 03-11-2022 20:06 readme_renderer/__init__.py 680 03-11-2022 20:06 readme_renderer/__main__.py 4088 03-11-2022 20:06 readme_renderer/clean.py 3668 03-11-2022 20:06 readme_renderer/markdown.py 4299 03-11-2022 20:06 readme_renderer/rst.py 1050 03-11-2022 20:06 readme_renderer/txt.py 638 03-11-2022 20:06 readme_renderer/integration/__init__.py 3914 03-11-2022 20:06 readme_renderer/integration/distutils.py ...
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When attempting to use the new version in Twine, I got this error:
It's in the sdist, but not the wheel:
The text was updated successfully, but these errors were encountered: