Hi folks,
Is any Pythonista considering how to add Python PEP 517
pyproject.toml/build-backend/PKG-INFO build support?
Current python builds are getting noisier and pickier about how things should be
done using standard approaches:
- that deprecated approaches and modules are being used,
- running setup.py instead of setuptools.build_meta:__legacy__,
- running installer and using eggs,
- lack of package data,
- with links to articles about deprecated practices, and docs on preferred
standard practices,
- configure scripts to download and set up virtual environment tools, without
which tests don't start!
--
Take care. Thanks, Brian Inglis Calgary, Alberta, Canada
La perfection est atteinte Perfection is achieved
non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add
mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut
-- Antoine de Saint-Exupéry