TechWiz-3 / who-unfollowed-me

😡 Python CLI tool that shows you who has unfollowed you on GitHub. PRs welcome!
GNU General Public License v3.0
11 stars 24 forks source link

Make `README.md` compatible with Pypi #21

Closed TechWiz-3 closed 1 year ago

TechWiz-3 commented 1 year ago

Make the README.md link to image links rather than file locations to allow Pypi to render the README properly. https://packaging.python.org/en/latest/guides/making-a-pypi-friendly-readme/

In setup.py add the repos README as the long_description as required by Pypi

rexdivakar commented 1 year ago

Hey @TechWiz-3 i can work on this pls assign it to my name

TechWiz-3 commented 1 year ago

Sure, if you need, you can refer to happy-jar-cli for this one https://raw.githubusercontent.com/TechWiz-3/happy-jar-cli/main/README.md https://github.com/TechWiz-3/happy-jar-cli/blob/main/setup.py