csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
789 stars 171 forks source link

read long_description from README #360

Closed MatthiasLohr closed 3 years ago

MatthiasLohr commented 3 years ago

Currently, the project description on the PyPI page (https://pypi.org/project/pyowm/) is quite poor. A simple trick, used by many projects, is to use the README.md as PyPI project description. This pull requests reads and uses the contents for the README.md file as long_description and therefore info on the PyPI page.

csparpa commented 3 years ago

@MatthiasLohr good one!

I've noticed you've issued the PR against the master branch but as a practice pyowm merges only on develop

No worries anyway: I've ported your code changes to that branch and added you as a contributor (commits: 427fa955dcf4472e1fd5ba111598b85f4d338f36 and 3566c1f16cbc66b8b27fedcb8b9cf33a12ebdab4)

Thanks for the help!