This PR bumps the template to version 1.4.1, which separates the project description from the package use advice.
Specifically, the pythonicPackageName and pythonicPackageUrl fields now control the display of the text that advises against using the low-level package. This allows the description to be more focused, to ensure the banner text on the PyPI package is of the correct length.
This PR bumps the template to version 1.4.1, which separates the project description from the package use advice.
Specifically, the
pythonicPackageName
andpythonicPackageUrl
fields now control the display of the text that advises against using the low-level package. This allows the description to be more focused, to ensure the banner text on the PyPI package is of the correct length.Before:
After: