adaptive icon indicating copy to clipboard operation
adaptive copied to clipboard

WIP: add long_description to setup.py

Open basnijholt opened this issue 5 years ago • 3 comments

See title ^

basnijholt avatar Dec 11 '19 12:12 basnijholt

Did you run twine check dist/*?

akhmerov avatar Dec 11 '19 14:12 akhmerov

Now I did, it uncovered a bug...

Checking dist/adaptive-0.10.0.dev14+g250ecbb-py3-none-any.whl: FAILED
  `long_description` has syntax errors in markup and would not be rendered on PyPI.
    line 64: Warning: "raw" directive disabled.
Checking dist/adaptive-0.10.0.dev14+g250ecbb.tar.gz: FAILED
  `long_description` has syntax errors in markup and would not be rendered on PyPI.
    line 64: Warning: "raw" directive disabled.

basnijholt avatar Dec 11 '19 14:12 basnijholt

It is because of the html in Examples.

I've change the image tag, but not I am running into https://github.com/github/markup/issues/295.

basnijholt avatar Dec 11 '19 14:12 basnijholt