Open aphi opened 3 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
@tschellenbach :pray:
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