The state of Python packaging has changed significantly since I last did any real in-depth look into it.
This set of changes nudges us gently in the right direction, and fixes a few cases of bitrot (-m py.test changing to -m pytest for example) that have struck our various Python projects.
These changes need replicated to all existing projects :grimacing:
The state of Python packaging has changed significantly since I last did any real in-depth look into it.
This set of changes nudges us gently in the right direction, and fixes a few cases of bitrot (
-m py.test
changing to-m pytest
for example) that have struck our various Python projects.These changes need replicated to all existing projects :grimacing:
Aim is to follow the guidance of https://github.com/pypa/sampleproject/