You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is something of an FYI because I'm not clear on what is really supposed to happen.
I tried running "twine check" and got a message that the README.rst could not be checked and that 'readme_render[md]' needed to be installed. But it seems that what needs to be installed is cmarkgfm.
The message is coming from readme_renderer. (Seemingly markdown.py line 28.)
FWIW, setup.py does not install_requires cmarkgfm either.
Thanks for listening.
The text was updated successfully, but these errors were encountered:
On Thu, 25 Oct 2018 14:51:11 +0000 (UTC) Dustin Ingram ***@***.***> wrote:
Thanks @kpinc, I think I know what's happening here. The warning can
be ignored.
I couldn't ignore it entirely because my "twine check"
was not working and the message was the only clue
I had as to why not. At least I assumed it was not
working.
FYI.
I had to put
deps = cmarkgfm ...
into my tox.ini in order to get twine check ... to work.
Or at least to not give me the warning.
Should I not have cmarkgfm in my deps?
(I bet I started looking at replacing 'setup.py check'
with 'twine check' a year or more ago, and this has
been an annoyance blocking me since then. I finally
decided to buckle down and figure it out.)
Regards,
Karl <[email protected]>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein
This is something of an FYI because I'm not clear on what is really supposed to happen.
I tried running "twine check" and got a message that the README.rst could not be checked and that 'readme_render[md]' needed to be installed. But it seems that what needs to be installed is cmarkgfm.
The message is coming from readme_renderer. (Seemingly markdown.py line 28.)
FWIW, setup.py does not install_requires cmarkgfm either.
Thanks for listening.
The text was updated successfully, but these errors were encountered: