AIM-Harvard / pyradiomics

Open-source python package for the extraction of Radiomics features from 2D and 3D images and binary masks. Support: https://discourse.slicer.org/c/community/radiomics
http://pyradiomics.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.11k stars 485 forks source link

Make the package poetry friendly #840

Closed bsauty closed 9 months ago

bsauty commented 9 months ago

PR description

This PR switches the build-backend from setuptools to poetry.masonry.api. This way, the package can be built in accordance with PEP517 and PEP518 standards when added to other packages' requirements, using poetry.