Results 216 comments of Jean Abou Samra

> Maybe it is not something where a consensus can be reached. Maybe, but I am personally more optimistic.

I have the same question: what do you mean in your comment above by including files “in an independent manner”? Independent of what?

I couldn't reproduce. After replacing the contents of `LICENSE.txt` with the GPL text, I still get ``` $ twine check * Checking sampleproject-3.0.0-py3-none-any.whl: PASSED Checking sampleproject-3.0.0.tar.gz: PASSED ```

IMHO, we should just fix that bug and *not* document the workaround, because pip and build use build isolation by default and most people never change that setting, which should...

@JulienPalard Would you be OK with adding Docutils as a dependency? It's needed for its helper `docutils.utils.column_width` in order to take special Unicode widths like with combining characters and other...

Not sure if I'll have the time soon, but I'm basically interested in working on this.

OMG! I thought I knew reST syntax, and I was totally unaware of that one. Grepping in my projects, I just saw a few broken links ... Thank you CAM!...

> OMG! I thought I knew reST syntax, and I was totally unaware of that one. Grepping in my projects, I just saw a few broken links ... Thank you...

(Sorry, this wasn't intended.)

Those are not contiguous. There are newlines between them. That can make a difference. If you want to merge identical tokens when they are truly consecutive, you can install a...