Closed senpos closed 1 year ago
I noticed that the long description in setup.py
doesn't include the Contributors section, but the README does. Will this render correctly on PyPi?
@joshuaskelly I believe so.
Check out this article, which claims that PyPI now supports GitHub-flavored Markdown since April 2018. Also, here is a discussion about it.
I wish Sphinx would support GFM, too...
@PythooonUser Have you ever seen GitBook? :) They promise so many cool things ✨
Oh, that looks nice!
Closes #72
This change will make it easier to maintain
README
for both PyPI and repo, because actual text will come from a single place.This idea comes from the official packaging tutorial.
Probably, nothing else should be done to make this work.