pimoroni / boilerplate-python

Boilerplate and common files/structure for a Pimoroni Python library.
MIT License
2 stars 1 forks source link

Update packaging. #9

Closed Gadgetoid closed 1 year ago

Gadgetoid commented 1 year ago

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/