Closed zliang-akamai closed 1 year ago
python setup.py build
python -m build
setupext_janitor
setup.py
Path.read_text
Install and test it with ansible repo's make gendocs
make gendocs
📝 Description
python setup.py build
is deprecated.python -m build
is the new build frontend for Python projects.setupext_janitor
lacks maintenance.setup.py
to bePath.read_text
.✔️ How to Test
Install and test it with ansible repo's
make gendocs