tschellenbach / Django-facebook

Facebook open graph api implementation using the Django web framework in python
http://www.mellowmorning.com/
Other
1.43k stars 543 forks source link

Setuptools v59 compliance #621

Open aphi opened 2 years ago

aphi commented 2 years ago

Setuptools description fields are intended to be only 1 line (see: https://setuptools.pypa.io/en/latest/references/keywords.html).

This is now mandated in Setuptools v59, which has been breaking some build processes.

This PR fixes the description length, and moves the more verbose description to the Readme.

See this issue for more context: https://github.com/pypa/setuptools/issues/2893

aphi commented 2 years ago

@tschellenbach :pray: