Django-facebook icon indicating copy to clipboard operation
Django-facebook copied to clipboard

Setuptools v59 compliance

Open aphi opened this issue 3 years ago • 1 comments

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 avatar Nov 28 '21 03:11 aphi

@tschellenbach :pray:

aphi avatar Feb 20 '22 09:02 aphi