Because setuptools cli is not supported anymore and commands such as test have been removed as well as the option for custom commands certain changes are necessary such as:
- implementing the testing suite e.g. such as pytest
- change documentation according to changes of setuptools for manual build to use pip as a wrapper for setuptools
Because setuptools cli is not supported anymore and commands such as
testhave been removed as well as the option for custom commands certain changes are necessary such as: