phildini / thanks

Finding ways to fund the packages you use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are two README files

eblume opened this issue · comments

You've currently got two README files in the project's root directory. Probably not intentional? Note also the interaction with MANIFEST.in, which currently ignores README.md - maybe that's intentional?

Correction - README.md is included by the recursive-include in MANIFEST.in

This is more because github expects one thing and PyPI expects another thing. Consolidating those into an RST is probably a good idea.

commented

I thought github would accept either a README.md or README.rst as long as there is just on of the two. Also doesn't PyPI now accept README.md?

I guess the question is "which do we prefer?"

When I started this repo, github hadn't yet added the .rst support.... I'm fine killing the .md one and using just RST, since it's more python-ecosystem friendly.